Skip to content

Commit

Permalink
add a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
akshitdewan committed May 23, 2021
1 parent ab79d65 commit 7409d25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shepherd/Sheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ def get_round(match_number, round_number):


def write_scores(match_number, round_number, score):
"""
TODO: evergreen
"""
try:
write_online_scores(match_number, round_number, score)
except httplib2.ServerNotFoundError:
Expand Down

0 comments on commit 7409d25

Please sign in to comment.