1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 14:39:25 +08:00

fix: do not run commission, reward and reward logic error

This commit is contained in:
0O0o0oOoO00
2025-09-12 23:29:44 +08:00
parent fbeeb766fa
commit 0b1bfce553
3 changed files with 3 additions and 3 deletions

View File

@@ -614,7 +614,7 @@ class RewardCommission(UI, InfoHandler):
class RewardCommission(RewardCommission):
def run(self):
if not self.config.full_config.Commission_Commission_DoNotRun:
if self.config.full_config.Commission_Commission_DoNotRun:
self.config.task_delay(minute=6 * 60)
self.config.task_stop()
else: