No more logging outside reservation window

This commit is contained in:
kbe
2025-08-16 08:16:10 +02:00
parent 81adedba6f
commit e9c3f70728

View File

@@ -214,7 +214,7 @@ class Booker:
time.sleep(60) time.sleep(60)
else: else:
# Display message when outside booking window # 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 # Check again in 5 minutes if outside booking window
time.sleep(300) time.sleep(300)
except Exception as e: except Exception as e: