mikemountain / nfl-led-scoreboard

NFL LED scoreboard! This project can display live scores of your favourite football teams!
GNU General Public License v3.0
100 stars 29 forks source link

Time is off in game rotation #55

Closed alexanderthebadatcoding closed 10 months ago

alexanderthebadatcoding commented 10 months ago

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

alexanderthebadatcoding commented 10 months ago

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

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