mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-19 06:54:22 +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)
|
api.update_status(tweet_text)
|
||||||
print("Tweet sent successfully!")
|
print("Tweet sent successfully!")
|
||||||
except tweepy.TweepyException as e:
|
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