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