Closed alexmitrani closed 5 years ago
thanks for the heads up Alex.
/openstudyroom/league/models.py", line 533, in check_event_settings
if event.begin_time > self.date or self.date > event.end_time:
TypeError: can't compare offset-naive and offset-aware datetimes
The recently added test on date-time is the issue. Timezones are hell.
I have been at the top of the scrape list for several hours Thanks.