mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-08 09:16:22 +08:00
Opt: Already checked in guild_reward.py, unneeded guard
This commit is contained in:
@@ -395,8 +395,6 @@ class GuildOperations(GuildBase):
|
|||||||
if operations_mode == 0:
|
if operations_mode == 0:
|
||||||
return
|
return
|
||||||
elif operations_mode == 1:
|
elif operations_mode == 1:
|
||||||
# Limit check for scanning operations to 4 times a day i.e. 6-hour intervals, 4th time reduced to 3-hour
|
|
||||||
if not self.config.record_executed_since(option=RECORD_OPTION_DISPATCH, since=RECORD_SINCE_DISPATCH):
|
|
||||||
self._guild_operations_dispatch()
|
self._guild_operations_dispatch()
|
||||||
self.config.record_save(option=RECORD_OPTION_DISPATCH)
|
self.config.record_save(option=RECORD_OPTION_DISPATCH)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user