update the timeout contact

This commit is contained in:
2022-03-26 16:59:19 +01:00
parent 54b938cb3b
commit a7ba97772d
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -174,8 +174,8 @@ def on_ready_for_otp(e: Event, commandor: CommandorPage):
def start_book():
start_slot_number = 27
end_slot_number = 27
start_slot_number = 1
end_slot_number = 32
for i in range(start_slot_number, end_slot_number + 1):
card_pool.reset()
logger.info("will switch to " + str(i))