1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-22 02:29:16 +08:00

Fix: DISPATCH_ENTRANCE_1 is too fast to retry on potato PC

This commit is contained in:
LmeSzinc
2021-12-14 00:07:53 +08:00
parent 02fed26955
commit b95214b9f2

View File

@@ -200,8 +200,8 @@ class GuildOperations(GuildBase):
It is the main operation on chain that will be located to, side operations will be ignored. It is the main operation on chain that will be located to, side operations will be ignored.
out: page_guild, guild operation, operation dispatch preparation (GUILD_DISPATCH_RECOMMEND) out: page_guild, guild operation, operation dispatch preparation (GUILD_DISPATCH_RECOMMEND)
""" """
timer_1 = Timer(2) timer_1 = Timer(2, count=5)
timer_2 = Timer(2) timer_2 = Timer(2, count=5)
while 1: while 1:
if skip_first_screenshot: if skip_first_screenshot:
skip_first_screenshot = False skip_first_screenshot = False