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