Rename project to Argus Nexus
This commit is contained in:
+2
-2
@@ -231,7 +231,7 @@ async def lifespan(app: FastAPI):
|
||||
asyncio.create_task(save_snapshots()),
|
||||
]
|
||||
# Save initial snapshot once data loads
|
||||
print("[GOD'S EYE] All 9 data pipelines online.")
|
||||
print("[ARGUS NEXUS] All 9 data pipelines online.")
|
||||
yield
|
||||
for t in tasks:
|
||||
t.cancel()
|
||||
@@ -251,7 +251,7 @@ app.add_middleware(
|
||||
async def root():
|
||||
return {
|
||||
"status": "ONLINE",
|
||||
"system": "GOD'S EYE",
|
||||
"system": "ARGUS NEXUS",
|
||||
"version": "2.1.0",
|
||||
"active_clients": len(clients),
|
||||
"data_counts": {
|
||||
|
||||
Reference in New Issue
Block a user