Skip to content

Commit

Permalink
minor formating
Browse files Browse the repository at this point in the history
  • Loading branch information
seblum committed Oct 30, 2023
1 parent 4fe8a02 commit f09f659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slotBooker/slotbooker/ui_interaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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()
Expand Down

0 comments on commit f09f659

Please sign in to comment.