Abhaykoul commited on
Commit
ec837f7
·
verified ·
1 Parent(s): 708266e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("/")