Add missing terminal \n

This commit is contained in:
Pi
2023-04-15 23:45:47 +01:00
parent 424564825a
commit d5534f1e5f

View File

@@ -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))