From d3263ce231c885b4250611aaf7deac5004607c6e Mon Sep 17 00:00:00 2001 From: Hammy Date: Sat, 13 Feb 2021 18:51:22 +0000 Subject: [PATCH] Update list of potential tweets --- bot/handler.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bot/handler.py b/bot/handler.py index 429b904..d472c4f 100644 --- a/bot/handler.py +++ b/bot/handler.py @@ -1,10 +1,5 @@ -import logging - from bot.winston import Winston -logger = logging.getLogger() -logger.setLevel(logging.INFO) - def event_handler(event, context): """Sends random tweet from list of potential tweets"""