Skip to content

Commit

Permalink
Merge pull request #56 from ahadafzal/master
Browse files Browse the repository at this point in the history
updated utils.py - to remove some syntax errors on lines 337 and 338
  • Loading branch information
rahuliyer95 authored Aug 25, 2019
2 parents a3ce8d9 + 4b17ada commit 3e1e5f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keep/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,8 @@ def get_github_token():
token = json.load(token_file)

if not token or 'token' not in token or not token['token']:
click.echo('Github access token not found :(', fg='red')
click.echo('Use the token command to store the token first', fg='red')
click.secho('Github access token not found :(', fg='red')
click.secho('Use the "keep github_token" command to store the token first', fg='red')
return None

return token

0 comments on commit 3e1e5f4

Please sign in to comment.