diff --git a/commandor_page.py b/commandor_page.py index bb5313e..8aac263 100644 --- a/commandor_page.py +++ b/commandor_page.py @@ -66,7 +66,7 @@ class CommandorPage: if CONFIRMED_MESSAGE in message: # publish the successful message print("url is " + self.page.url) - self.publish_message_to_queue(contact, message, self.page.url) + self.publish_message_to_queue(contact, PublishType.SUCCESS.value, self.page.url) else: print("timeout") self.reset_air_plan_mode() diff --git a/contact.xlsx b/contact.xlsx index 71b635d..e914f8b 100644 Binary files a/contact.xlsx and b/contact.xlsx differ diff --git a/main.py b/main.py index cca52dd..13bd17b 100644 --- a/main.py +++ b/main.py @@ -178,7 +178,7 @@ def on_ready_for_otp(e: Event, commandor: CommandorPage): def start_book(): - slot_number = 15 + slot_number = 21 slot_sum = 26 for i in range(slot_number, slot_sum + 1): card_pool.reset()