Nitishkumar-ai commited on
Commit
44cd227
·
1 Parent(s): 61cf76d

Add selfcheck cache entry for Python dependencies with last check timestamp

Browse files
commitguard_env/server.py CHANGED
@@ -81,7 +81,9 @@ def state() -> dict[str, Any]:
81
 
82
 
83
  def main() -> None:
84
- uvicorn.run("commitguard_env.server:app", host="0.0.0.0", port=8000, reload=False)
 
 
85
 
86
 
87
  if __name__ == "__main__":
 
81
 
82
 
83
  def main() -> None:
84
+ import os
85
+ port = int(os.environ.get("PORT", 8000))
86
+ uvicorn.run("commitguard_env.server:app", host="0.0.0.0", port=port, reload=False)
87
 
88
 
89
  if __name__ == "__main__":
temp_pip_20260426093149/cache/http-v2/9/0/6/7/9/906797ab7b3f56fdd856b186be66ce1ad5fb99862a404c1091a707b6 ADDED
Binary file (1.86 kB). View file
 
temp_pip_20260426093149/cache/http-v2/9/0/6/7/9/906797ab7b3f56fdd856b186be66ce1ad5fb99862a404c1091a707b6.body ADDED
Binary file (71.1 kB). View file
 
temp_pip_20260426093149/cache/http-v2/a/1/9/5/3/a19537d3cf37c122db841d6fe4cd322bc10d1a558bb00d146b85cb9a ADDED
Binary file (1.85 kB). View file
 
temp_pip_20260426093149/cache/http-v2/a/1/9/5/3/a19537d3cf37c122db841d6fe4cd322bc10d1a558bb00d146b85cb9a.body ADDED
Binary file (37 kB). View file
 
temp_pip_20260426093149/cache/selfcheck/e8a7ffa04da2aaa25bc641fbd4c453714d51f4da4b1cbe4d774e4631 ADDED
@@ -0,0 +1 @@
 
 
1
+ {"key":"C:\\Users\\Nitish\\.cache\\codex-runtimes\\codex-primary-runtime\\dependencies\\python","last_check":"2026-04-26T04:01:53.567015+00:00","pypi_version":"26.0.1"}