Skip to content

Commit

Permalink
Changed login prompt to indicate a login token is required
Browse files Browse the repository at this point in the history
  • Loading branch information
mstampfer committed Oct 29, 2015
1 parent b99de55 commit 6b4bd76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ def login_prompt(self):

if os.path.isfile('token.txt'):
os.remove('token.txt')
self.__login = raw_input('login (Email address): ')
self.__password = getpass('Password: ')
self.__login = raw_input('Login (email address): ')
self.__password = getpass('Token: ')

def request(self, parts):

Expand Down

0 comments on commit 6b4bd76

Please sign in to comment.