Skip to content

Commit

Permalink
Restore commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
heshammourad committed Dec 18, 2024
1 parent 9ce426c commit 8446f2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ def main():
weekday = now.strftime('%a')
blocks = []
if weekday == 'Tue':
# if now.hour < 12:
if now.hour < 12:
blocks = recap.get(league)
# else:
# blocks = leaderboards.get(league)
else:
blocks = leaderboards.get(league)
elif weekday == 'Thu':
blocks = schedule.get(league)
else:
Expand Down

0 comments on commit 8446f2f

Please sign in to comment.