Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ import urllib.parse
|
|
| 9 |
import asyncio
|
| 10 |
import aiohttp
|
| 11 |
import threading
|
| 12 |
-
|
| 13 |
app = FastAPI()
|
| 14 |
|
| 15 |
@app.get("/")
|
|
|
|
| 9 |
import asyncio
|
| 10 |
import aiohttp
|
| 11 |
import threading
|
| 12 |
+
import json
|
| 13 |
app = FastAPI()
|
| 14 |
|
| 15 |
@app.get("/")
|