Spaces:
Running
Running
Update app.py
Browse files
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 |
|