Skip to content

Commit

Permalink
Add double quotes to the token warning
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Sep 13, 2019
1 parent 76940b4 commit 6d0bac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mflux_ai/mflux_ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def init(project_token):
global _minio_client
if "your_" in project_token.lower():
print(
"Warning: {} looks like an invalid project token. Go to"
'Warning: "{}" looks like an invalid project token. Go to'
" {}/dashboard/ to obtain your project token.".format(
project_token, SERVER_HOST
)
Expand Down

0 comments on commit 6d0bac4

Please sign in to comment.