Skip to content

Commit

Permalink
Merge pull request #100 from k-okada/fix_access_token
Browse files Browse the repository at this point in the history
rostwitter: fix error message when access token is not found
  • Loading branch information
k-okada committed May 24, 2017
2 parents 5902f05 + 82033b8 commit d8eda6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rostwitter/scripts/tweet.py
Expand Up @@ -126,7 +126,7 @@ def load_oauth_settings():
ASECRET = key['ASECRET']
except IOError as e:
rospy.logerr('"%s" not found'%account_info)
rospy.logerr("$ rosrun rostwitter get_access_token.py")
rospy.logerr("$ get access token from https://apps.twitter.com/")
rospy.logerr("cat /var/lib/robot/%s <<EOF"%account_info)
rospy.logerr("CKEY: xxx")
rospy.logerr("CSECRET: xxx")
Expand Down

0 comments on commit d8eda6c

Please sign in to comment.