Skip to content

Commit

Permalink
Improve the instructions on twitter application auth
Browse files Browse the repository at this point in the history
  • Loading branch information
lepinkainen committed Feb 24, 2016
1 parent 53e60d2 commit 3ec333d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyfibot/util/twitter_application_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
except TypeError:
bearer_token = r.json['access_token']

print "Bearer token:"
print bearer_token
print "Paste the following to your config below module_urltitle"
print "twitter_bearer: '%s'" % bearer_token

0 comments on commit 3ec333d

Please sign in to comment.