mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 14:34:23 +01:00
Add missing terminal \n
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user