sharktide commited on
Commit
cec0c3f
·
verified ·
1 Parent(s): 49a06ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -386,7 +386,7 @@ async def get_status():
386
  status_code=207,
387
  headers={
388
  "Content-Type": "application/json"
389
- }
390
  content=status
391
  )
392
 
 
386
  status_code=207,
387
  headers={
388
  "Content-Type": "application/json"
389
+ },
390
  content=status
391
  )
392