removed timeout

This commit is contained in:
phixxy 2023-07-19 23:48:20 -07:00
parent 9bda14830b
commit 1179b0eae3

View file

@ -348,8 +348,8 @@ async def task_loop():
await bot_stuff.send("All daily tasks successfully ran!")
async def create_session():
timeout = aiohttp.ClientTimeout(total=30)
return aiohttp.ClientSession(timeout=timeout)
#timeout = aiohttp.ClientTimeout(total=30)
return aiohttp.ClientSession()#timeout=timeout)
async def close_session(http_session):
await http_session.close()