use contact_all.xlsx
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ class ModemPool:
|
||||
ccid = ccid_group.group(0)
|
||||
operator = check_operator(ccid)
|
||||
if operator == Operator.SFR or operator == Operator.CHINA_TELECOM:
|
||||
contacts = self._excel_helper.read_contacts()
|
||||
contacts = self._excel_helper.read_contacts("/contact_all.xlsx")
|
||||
contact = [contact for contact in contacts if
|
||||
contact.ccid.replace("F", "") == ccid.replace("F", "")]
|
||||
if len(contact) > 0:
|
||||
|
||||
Reference in New Issue
Block a user