From f09f6598e72202c18c638d24a1afd1ca96b616c3 Mon Sep 17 00:00:00 2001 From: Sebastian Blum Date: Mon, 30 Oct 2023 21:46:08 +0100 Subject: [PATCH] minor formating --- slotBooker/slotbooker/ui_interaction.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slotBooker/slotbooker/ui_interaction.py b/slotBooker/slotbooker/ui_interaction.py index bd37490..e5430f6 100644 --- a/slotBooker/slotbooker/ui_interaction.py +++ b/slotBooker/slotbooker/ui_interaction.py @@ -278,7 +278,7 @@ def __book_class_slot(button_xpath: str) -> bool: while True: if datetime.now().time().strftime("%H:%M:%S") >= self.execution_booking_time: - logging.info(f"| ...Booking executed at {datetime.now().time()}") + logging.info(f"| Executed at {datetime.now().time()}") __click_book_button(xpath_button_book=button_xpath) break @@ -301,7 +301,7 @@ def __book_class_slot(button_xpath: str) -> bool: # # ACTUAL CODE OF FUNCTION # - logging.info(f"| Execution starts at >= {self.execution_booking_time}...") + logging.info(f"| Execution starts at >= {self.execution_booking_time}") self.booking_action = booking_action all_slots_bounding_boxes = __get_all_bounding_boxes_in_window()