update the timeout contact
This commit is contained in:
Binary file not shown.
@@ -174,8 +174,8 @@ def on_ready_for_otp(e: Event, commandor: CommandorPage):
|
|||||||
|
|
||||||
|
|
||||||
def start_book():
|
def start_book():
|
||||||
start_slot_number = 27
|
start_slot_number = 1
|
||||||
end_slot_number = 27
|
end_slot_number = 32
|
||||||
for i in range(start_slot_number, end_slot_number + 1):
|
for i in range(start_slot_number, end_slot_number + 1):
|
||||||
card_pool.reset()
|
card_pool.reset()
|
||||||
logger.info("will switch to " + str(i))
|
logger.info("will switch to " + str(i))
|
||||||
|
|||||||
Reference in New Issue
Block a user