Update http.py

This commit is contained in:
Yasir Aris M 2024-08-03 12:49:16 +07:00 committed by GitHub
parent 8a82c1c2ff
commit dd74355e0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ from aiohttp import ClientSession
from httpx import AsyncClient, Timeout from httpx import AsyncClient, Timeout
# Aiohttp Async Client # Aiohttp Async Client
session = ClientSession() # session = ClientSession()
# HTTPx Async Client # HTTPx Async Client
fetch = AsyncClient( fetch = AsyncClient(