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

@@ -339,7 +339,7 @@ class Reward(UI):
class Reward(Reward):
def run(self):
if not self.config.full_config.Reward_Reward_DoNotRun:
if self.config.full_config.Reward_Reward_DoNotRun:
self.config.task_delay(minute=6 * 60)
self.config.task_stop()
else: