fix: stop background polling, only use manual button
This commit is contained in:
parent
e70110e520
commit
23b0efe452
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user