From d3e0137790b65f97a19721cd6a633b5c226ea92e Mon Sep 17 00:00:00 2001 From: Hammy Date: Fri, 29 Jan 2021 02:56:41 +0000 Subject: [PATCH] Rename handler to event_handler() --- twitter/bot/handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitter/bot/handler.py b/twitter/bot/handler.py index 4d99ca5..c333beb 100644 --- a/twitter/bot/handler.py +++ b/twitter/bot/handler.py @@ -1,6 +1,6 @@ from twitter.bot.winston import Winston -def handler(event, context): +def event_handler(event, context): """Sends random tweet from list of potential tweets""" Winston.request_handler()