Spaces:
Running
Running
Captain Ezio
commited on
Commit
·
d832845
1
Parent(s):
fec2772
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:
|