Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Update gauntlet_template.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar K. Sandoval authored Mar 4, 2019
1 parent eadc1ba commit 56dfcfb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gauntlet_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ def check_gauntlet():
#round_name = 'Round 1'

# round 2 variables
round_start = datetime.strptime(round_2_date, '%b %d %Y %I:%M%p')
unit_dict = {round_2_unit_1: False, round_2_unit_2: False, round_2_unit_3: False, round_2_unit_4: False}
round_name = 'Round 2'
#round_start = datetime.strptime(round_2_date, '%b %d %Y %I:%M%p')
#unit_dict = {round_2_unit_1: False, round_2_unit_2: False, round_2_unit_3: False, round_2_unit_4: False}
#round_name = 'Round 2'

# final round variables
#round_start = datetime.strptime(round_3_date, '%b %d %Y %I:%M%p')
#unit_dict = {round_3_unit_1: False, round_3_unit_2: False}
#round_name = 'Final Round'
round_start = datetime.strptime(round_3_date, '%b %d %Y %I:%M%p')
unit_dict = {round_3_unit_1: False, round_3_unit_2: False}
round_name = 'Final Round'

# all round variables
count = len(unit_dict)
Expand Down

0 comments on commit 56dfcfb

Please sign in to comment.