Rename bot.py to winston.py

main
Hammy 4 years ago
parent cc377d43d8
commit 84e93652a1

@ -1,4 +1,4 @@
from twitter.bot.bot import Winston from twitter.bot.winston import Winston
def send_tweet(tweet_text): def send_tweet(tweet_text):

@ -1,4 +1,4 @@
from twitter.bot.bot import Winston from twitter.bot.winston import Winston
def handler(event, context): def handler(event, context):

Loading…
Cancel
Save