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

Commit

Permalink
round 3 var
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfalls committed Sep 2, 2019
1 parent dd5e970 commit 5dda69c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions current_vg.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
round_2_unit_2 = "Berkut"
round_2_unit_3 = "Eliwood"
round_2_unit_4 = "Camilla"
round_3_unit_1 = "Ike"
round_3_unit_2 = "Ike"
round_3_unit_1 = "Micaiah"
round_3_unit_2 = "Camilla"
2 changes: 1 addition & 1 deletion gauntlet_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def check_gauntlet():

# Use mechanize to set the locale's select value to 'en-US'
br = mechanize.Browser()
br.set_handle_robots(False)
#br.set_handle_robots(False)
#br.addheaders = [('User-agent', 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008071615 Fedora/3.0.1-1.fc9 Firefox/3.0.1')]
br.open(vg_url)

Expand Down

0 comments on commit 5dda69c

Please sign in to comment.