mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-06 11:19:40 +08:00
Opt: Add comment description
This commit is contained in:
@@ -491,7 +491,9 @@ class RewardGuild(UI):
|
|||||||
if not self.config.ENABLE_GUILD_LOGISTICS and not self.config.ENABLE_GUILD_OPERATIONS:
|
if not self.config.ENABLE_GUILD_LOGISTICS and not self.config.ENABLE_GUILD_OPERATIONS:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
self.ui_goto_main()
|
# Determine if interval has elapsed
|
||||||
|
# If not, assumed to already be in page_main
|
||||||
|
# so can check for GUILD_RED_DOT
|
||||||
now = datetime.now()
|
now = datetime.now()
|
||||||
do_logistics = False
|
do_logistics = False
|
||||||
do_operations = False
|
do_operations = False
|
||||||
|
|||||||
Reference in New Issue
Block a user