multi instance works

This commit is contained in:
2022-04-12 17:53:06 +02:00
parent b3a8e0f5dc
commit 2fdd7f9b38
2 changed files with 12 additions and 10 deletions
+2 -2
View File
@@ -66,8 +66,8 @@ def init_modems() -> list:
def start_book():
start_slot_number = 1
end_slot_number = 21
start_slot_number = 13
end_slot_number = 13
slot_list = list(range(start_slot_number, end_slot_number + 1))
random.shuffle(slot_list)
for i in slot_list: