No more logging outside reservation window

This commit is contained in:
kbe
2025-08-16 08:16:10 +02:00
parent 5aee4dbaf4
commit 8b8dd68b34

View File

@@ -214,7 +214,7 @@ class Booker:
time.sleep(60)
else:
# Display message when outside booking window
logging.info(f"Not booking now - current time {current_time} is outside the booking window ({target_time} to {booking_window_end})")
# logging.info(f"Not booking now - current time {current_time} is outside the booking window ({target_time} to {booking_window_end})")
# Check again in 5 minutes if outside booking window
time.sleep(300)
except Exception as e: