Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
ed38ecb
1
Parent(s):
afc8c47
Update http_helper.py
Browse files
Powers/utils/http_helper.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from asyncio import gather
|
2 |
-
from bot_class import aiohttpsession as session
|
3 |
|
4 |
async def get(url: str, *args, **kwargs):
|
5 |
async with session.get(url, *args, **kwargs) as resp:
|
|
|
1 |
from asyncio import gather
|
2 |
+
from Powers.bot_class import aiohttpsession as session
|
3 |
|
4 |
async def get(url: str, *args, **kwargs):
|
5 |
async with session.get(url, *args, **kwargs) as resp:
|