mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Opt: Already checked in guild_reward.py, unneeded guard
This commit is contained in:
parent
55b7e801cb
commit
2e511493cc
@ -395,10 +395,8 @@ class GuildOperations(GuildBase):
|
||||
if operations_mode == 0:
|
||||
return
|
||||
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.config.record_save(option=RECORD_OPTION_DISPATCH)
|
||||
self._guild_operations_dispatch()
|
||||
self.config.record_save(option=RECORD_OPTION_DISPATCH)
|
||||
else:
|
||||
# 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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user