Skip to content

Commit

Permalink
Update Quandl.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisStevens committed Jul 8, 2014
1 parent 05fafa9 commit 71655f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quandl/Quandl.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def _getauthtoken(token,text):
print("See www.quandl.com/api for more information.")
elif savedtoken and not token:
token = savedtoken
if text == "no" or text == 'False':
if text == "no" or text == False:
pass
else:
print("Using cached token {} for authentication.".format(token))
Expand Down

0 comments on commit 71655f3

Please sign in to comment.