Removing commented code for timeouts.
This commit is contained in:
parent
f2419c5501
commit
de1b78149c
1 changed files with 1 additions and 2 deletions
|
|
@ -347,8 +347,7 @@ 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)
|
||||
return aiohttp.ClientSession()
|
||||
|
||||
async def close_session(http_session):
|
||||
await http_session.close()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue