fix merge bugs

This commit is contained in:
Liu Zhicong
2023-09-18 12:51:52 -07:00
parent 2301babd4d
commit 0d8ee2a7af
4 changed files with 5 additions and 3 deletions
+1
View File
@@ -49,6 +49,7 @@ class TelegramTunnel(AgentTunnel):
logger.warning(f"tunnel {self.tunnel_id} is already started")
return False
self.is_start = True
logger.warning(f"tunnel {self.tunnel_id} is starting...")
self.app:Application = Application.builder().token(self.tg_token).build()
self.app.add_handler(MessageHandler(filters.TEXT, self.on_message))