diff --git a/twitter/bot/bot.py b/twitter/bot/bot.py index 83f615a..bd15112 100644 --- a/twitter/bot/bot.py +++ b/twitter/bot/bot.py @@ -23,4 +23,4 @@ class Winston: @staticmethod def request_handler(): - send_tweet(random.choice(Winston.potential_tweets())) \ No newline at end of file + send_tweet(random.choice(Winston.potential_tweets()))