sharktide commited on
Commit
c182b0c
·
verified ·
1 Parent(s): 7044ab8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -409,7 +409,7 @@ async def get_status():
409
  status_code=207,
410
  content={
411
  "state": overall_state,
412
- "services": services
413
  "notifications": notify
414
  }
415
  )
 
409
  status_code=207,
410
  content={
411
  "state": overall_state,
412
+ "services": services,
413
  "notifications": notify
414
  }
415
  )