⬆️ upgrade dependencies

This commit is contained in:
yanyongyu
2021-10-21 00:37:02 +08:00
parent 32e3c17552
commit d10f557212
15 changed files with 757 additions and 630 deletions

View File

@ -393,7 +393,8 @@ class Driver(ReverseDriver, ForwardDriver):
f"Bot {escape_tag(setup.self_id)}</y>")
try:
async with httpx.AsyncClient(http2=True) as session:
async with httpx.AsyncClient(http2=True,
follow_redirects=True) as session:
while not self.shutdown.is_set():
try: