mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-17 03:20:54 +00:00
⬆️ upgrade dependencies
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user