Fix indentation error

This commit is contained in:
2026-06-11 16:47:37 +07:00
parent d690a6cb8d
commit 083cb6f903
6 changed files with 8 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -264,7 +264,7 @@ async def _collect_instance(inst) -> dict | None:
jid = backup_to_job.get(bid, "")
if jid:
rp_per_job[jid] = rp_per_job.get(jid, 0) + count
for j in jobs_data:
for j in jobs_data:
jid = j.get("id") or j.get("Id") or ""
if jid in rp_per_job:
j["actual_restore_points"] = rp_per_job[jid]

7
server.log Normal file
View File

@@ -0,0 +1,7 @@
INFO: Will watch for changes in these directories: ['/Users/smolkik/SynologyDrive/Документы/macosDocs/AI/v.0.1/Veeam_v2']
INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)
INFO: Started reloader process [78692] using WatchFiles
INFO: Started server process [78695]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: 127.0.0.1:52243 - "GET /api/health HTTP/1.1" 200 OK