fix: stop background polling, only use manual button

This commit is contained in:
yumoqing 2026-07-17 14:20:12 +08:00
parent e70110e520
commit 23b0efe452

View File

@ -251,8 +251,7 @@ def load_unipay():
if PROVIDERS[name] is not None:
debug(f"[unipay] {name} 初始化成功")
if name == 'transfer':
add_startup(PROVIDERS[name].run)
debug(f"[unipay] transfer 邮件轮询已启动")
pass # 已改为手动按钮触发,不自动轮询
else:
debug(f"[unipay] {name} 初始化返回 None渠道 disabled")
except Exception as e: