add apply proxy
This commit is contained in:
@@ -1772,6 +1772,8 @@ class BotInterface:
|
||||
|
||||
await asyncio.gather(*[_check_one(p) for p in proxies], return_exceptions=True)
|
||||
|
||||
await self.proxy_manager.apply_check_results(results)
|
||||
|
||||
ok_ids = [pid for pid, ok in results.items() if ok]
|
||||
fail_ids = [pid for pid, ok in results.items() if not ok]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user