fix
This commit is contained in:
@@ -183,5 +183,6 @@ class Telegram(metaclass=Singleton):
|
|||||||
"""
|
"""
|
||||||
停止Telegram消息接收服务
|
停止Telegram消息接收服务
|
||||||
"""
|
"""
|
||||||
|
if not self._bot:
|
||||||
self._bot.stop_polling()
|
self._bot.stop_polling()
|
||||||
self._polling_thread.join()
|
self._polling_thread.join()
|
||||||
|
Reference in New Issue
Block a user