mikemountain/nfl-led-scoreboard

Time is off in game rotation

alexanderthebadatcoding opened this issue · 1 comments

For some reason it shows the game on Sunday Morning as today, even though it's Saturday night.

in the data/data.py I removed the utcnow() and that seemed to work.

def get_current_date(self): return datetime.now()