From 7e6432a1387d8d09e69c003e52aeb523462d5977 Mon Sep 17 00:00:00 2001 From: jowj Date: Sun, 7 Oct 2018 14:08:28 -0500 Subject: [PATCH] Update monitoring if statement to include a logging line. --- mojojojo-bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mojojojo-bot.py b/mojojojo-bot.py index f881cd5..731507c 100644 --- a/mojojojo-bot.py +++ b/mojojojo-bot.py @@ -164,6 +164,7 @@ if __name__ == "__main__": if results_file.is_file(): react_to_monitoring() if reactable_message(event): + logging.info("the if statement passed!") channel = event['channel'] text = event['text'] reactions_needed = reactable_string(text)