mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
Update http.py
This commit is contained in:
parent
8a82c1c2ff
commit
dd74355e0b
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ from aiohttp import ClientSession
|
|||
from httpx import AsyncClient, Timeout
|
||||
|
||||
# Aiohttp Async Client
|
||||
session = ClientSession()
|
||||
# session = ClientSession()
|
||||
|
||||
# HTTPx Async Client
|
||||
fetch = AsyncClient(
|
||||
|
|
|
|||
Loading…
Reference in a new issue