Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Clarify API key prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Jan 21, 2016
1 parent 4fea37f commit 5521d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/masspay.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def post_back_to_gratipay():
try:
gratipay_api_key = os.environ['GRATIPAY_API_KEY']
except KeyError:
gratipay_api_key = getpass.getpass("Gratipay API key: ")
gratipay_api_key = getpass.getpass("Your admin user Gratipay API key: ")

try:
gratipay_base_url = os.environ['GRATIPAY_BASE_URL']
Expand Down

0 comments on commit 5521d9d

Please sign in to comment.