Fix: TImer of EMPTY_SLOT

This commit is contained in:
Zebartin 2023-06-22 17:16:40 +08:00
parent e5c57dc9b0
commit 6c27531dae

View File

@ -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: