will merge gsm in project

This commit is contained in:
2022-03-24 15:48:41 +01:00
parent a99118125a
commit 13224a08d5
3 changed files with 29 additions and 18 deletions
+2 -3
View File
@@ -85,8 +85,8 @@ def init_modems() -> list:
def start_book():
slot_number = 1
slot_sum = 27
slot_number = 2
slot_sum = 2
for i in range(slot_number, slot_sum + 1):
card_pool.reset()
logger.info("will switch to " + str(i))
@@ -94,7 +94,6 @@ def start_book():
modem_pool = ModemPool(get_devices_ports())
modem_pool.reset_all_modems()
modem_list = init_modems()
# create listeners for chaque modem
# read the contact, and merge the 2 objects together
excel_reader = ExcelHelper()
contacts = excel_reader.read_contacts()