fix detection proxy
This commit is contained in:
@@ -79,9 +79,12 @@ class BotApplication:
|
||||
self.interface.register(self.dispatcher)
|
||||
await self._update_bot_commands()
|
||||
|
||||
# Определяем типы прокси без явного протокола
|
||||
await self.proxy_manager.detect_types()
|
||||
|
||||
# Восстанавливаем задачи
|
||||
await self._restore_tasks()
|
||||
|
||||
|
||||
logger.info(f"Proxies: {self.proxy_manager.count}")
|
||||
logger.info("Bot initialized!")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user