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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user