Skip to content

Commit

Permalink
There
Browse files Browse the repository at this point in the history
  • Loading branch information
JDJGInc authored Apr 22, 2024
1 parent fc23313 commit 17016a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
async def lifespan(app: FastAPI):
async with aiohttp.ClientSession() as app.state.session:
app.state.states = {}
app.state.guild_data = Dict[int, dict] = {}
app.state.guild_data: Dict[int, dict] = {}
# just easier to create the stats does not need to be awaited.
yield # probaly closes when it is done.
print("clean aiohttp session")
Expand Down

0 comments on commit 17016a3

Please sign in to comment.