Skip to content

Commit

Permalink
Add missing terminal \n
Browse files Browse the repository at this point in the history
  • Loading branch information
p-i- committed Apr 15, 2023
1 parent 4245648 commit d5534f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpt/commands/twitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ def send_tweet(tweet_text):
api.update_status(tweet_text)
print("Tweet sent successfully!")
except tweepy.TweepyException as e:
print("Error sending tweet: {}".format(e.reason))
print("Error sending tweet: {}".format(e.reason))

0 comments on commit d5534f1

Please sign in to comment.