Rename project to Argus Nexus

This commit is contained in:
denshooter
2026-03-10 12:09:48 +01:00
parent daef092099
commit 8406072817
16 changed files with 34 additions and 34 deletions
+2 -2
View File
@@ -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": {