mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-25 04:42:39 +08:00
Opt: Already checked in guild_reward.py, unneeded guard
This commit is contained in:
@@ -395,10 +395,8 @@ 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
|
self._guild_operations_dispatch()
|
||||||
if not self.config.record_executed_since(option=RECORD_OPTION_DISPATCH, since=RECORD_SINCE_DISPATCH):
|
self.config.record_save(option=RECORD_OPTION_DISPATCH)
|
||||||
self._guild_operations_dispatch()
|
|
||||||
self.config.record_save(option=RECORD_OPTION_DISPATCH)
|
|
||||||
else:
|
else:
|
||||||
# Limit check for Guild Raid Boss to once a day
|
# Limit check for Guild Raid Boss to once a day
|
||||||
if not self.config.record_executed_since(option=RECORD_OPTION_BOSS, since=RECORD_SINCE_BOSS):
|
if not self.config.record_executed_since(option=RECORD_OPTION_BOSS, since=RECORD_SINCE_BOSS):
|
||||||
|
|||||||
Reference in New Issue
Block a user