mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-08 17:08:35 +08:00
fix
This commit is contained in:
@@ -183,5 +183,6 @@ class Telegram(metaclass=Singleton):
|
||||
"""
|
||||
停止Telegram消息接收服务
|
||||
"""
|
||||
if not self._bot:
|
||||
self._bot.stop_polling()
|
||||
self._polling_thread.join()
|
||||
|
||||
Reference in New Issue
Block a user