Sunrusojsis commited on
Commit
0323ea1
·
verified ·
1 Parent(s): 8d4c1f1

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -6,7 +6,7 @@ from urllib.parse import urlparse
6
  app = FastAPI()
7
 
8
  # Initialize the aiohttp ClientSession
9
- http_client = aiofriends_pb2.User()
10
 
11
  @app.on_event("startup")
12
  async def startup_event():
 
6
  app = FastAPI()
7
 
8
  # Initialize the aiohttp ClientSession
9
+ http_client = aiohttp.ClientSession()
10
 
11
  @app.on_event("startup")
12
  async def startup_event():