chakrakan / fit4less-autobooker

🏋🏻‍♀️ A Selenium web-automation script to book time-slots for workouts at Fit4Less gyms.
5 stars 17 forks source link

Booking for 2:30 PM books for 12:30Pm #4

Closed NajibNour closed 4 years ago

NajibNour commented 4 years ago

A little issue when booking for 2:30pm ad env var as 2:30 PM. When it finds 12:30 PM it considers it a match and books at that time.

chakrakan commented 4 years ago

Thanks for pointing it out, I missed this edge-case!

The current implementation does a lazy evaluation for the text-field using pythonic in instead of an exact truthy match for the timeslot.

I'll push a fix by tonight!

NajibNour commented 4 years ago

Thank you very much for creating this BTW! This is amazing and makes my life so much easier!

chakrakan commented 4 years ago

@NajibNour so upon investigating further, it seems that Fit4Less has reduced their booking-hours for gyms.

I checked with random gyms for 11th Oct, and it seems only the following time-slots are available:

Screen Shot 2020-10-09 at 6 34 54 PM

I'm gonna put in a fix for future, but for now, I think you're limited to using these time slots.