Fix indentation error
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2
main.py
2
main.py
@@ -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
7
server.log
Normal 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
|
||||
Reference in New Issue
Block a user