removed timeout
This commit is contained in:
parent
9bda14830b
commit
1179b0eae3
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue