Skip to content

Commit

Permalink
fixed bug in conf_template
Browse files Browse the repository at this point in the history
Former-commit-id: d2adbad
  • Loading branch information
eracle committed Oct 15, 2017
1 parent 5a3251b commit d2261af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
logging.getLogger('selenium').setLevel(logging.WARNING)


email = ''
password = ''
EMAIL = ''
PASSWORD = ''

0 comments on commit d2261af

Please sign in to comment.