mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 08:37:42 +00:00
Fix: TImer of EMPTY_SLOT
This commit is contained in:
parent
e5c57dc9b0
commit
6c27531dae
@ -47,7 +47,7 @@ class AssignmentDispatch(AssignmentUI):
|
||||
out: CHARACTER_LIST
|
||||
"""
|
||||
skip_first_screenshot = True
|
||||
list_timer = Timer(1, count=3)
|
||||
list_timer = Timer(2, count=3)
|
||||
select_timer = Timer(2, count=3)
|
||||
while 1:
|
||||
if skip_first_screenshot:
|
||||
|
Loading…
Reference in New Issue
Block a user