使用 HTTPX 替代 AIOHTTP

This commit is contained in:
JoeanAmier
2024-06-27 18:45:14 +08:00
parent 01711be950
commit e7c4d6daee
18 changed files with 222 additions and 105 deletions

View File

@@ -87,6 +87,7 @@ class Index(Screen):
">" *
50}",
style=MASTER), scroll_end=False)
self.xhs.manager.print_proxy_tip(log=self.tip, )
@on(Button.Pressed, "#deal")
async def deal_button(self):