Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
heshammourad committed Sep 24, 2024
2 parents ffcce39 + c5bd4e2 commit 73e0c75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
9 changes: 0 additions & 9 deletions Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
worker: python3 gamedaybot/espn/espn_bot.py
web: python3 main.py
4 changes: 2 additions & 2 deletions gamedaybot/espn/functionality.py
Original file line number Diff line number Diff line change
Expand Up @@ -837,9 +837,9 @@ def get_trophies(league, week=None, recap=False):
week = league.current_week - 1

matchups = league.box_scores(week=week)
low_score = 9999
low_score = 99999999
high_score = -1
closest_score = 9999
closest_score = 99999999
biggest_blowout = -1

for i in matchups:
Expand Down

0 comments on commit 73e0c75

Please sign in to comment.