Skip to content

Commit 0d01619

Browse files
Update brainstem_api_client.py
1 parent a05d294 commit 0d01619

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

brainstem_api_tools/brainstem_api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def __init__(self,
6262
if token:
6363
self._token = token
6464
else:
65-
username = input("Please enter your username:")
65+
username = input("Please enter your username/email:")
6666
password = getpass("Please enter your password:")
6767

6868
self._token = self.__set_token_authentication(

0 commit comments

Comments
 (0)