mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-02 22:21:03 +08:00
Merge pull request #2863 from InfinityPacer/feature/setup
This commit is contained in:
@@ -64,7 +64,7 @@ class Telegram:
|
||||
logger.error(f"Telegram消息接收服务异常:{str(err)}")
|
||||
|
||||
# 启动线程来运行 infinity_polling
|
||||
self._polling_thread = threading.Thread(target=run_polling)
|
||||
self._polling_thread = threading.Thread(target=run_polling, daemon=True)
|
||||
self._polling_thread.start()
|
||||
logger.info("Telegram消息接收服务启动")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user