From c05b24263b0684cd9f1a7f413b740d3bf466021e Mon Sep 17 00:00:00 2001 From: abcrate <150547876+abcrate@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:07:19 -0600 Subject: [PATCH] added logging and small tweaks --- garfbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garfbot.py b/garfbot.py index 1fc22c2..810f952 100644 --- a/garfbot.py +++ b/garfbot.py @@ -22,7 +22,7 @@ handler = TimedRotatingFileHandler( 'garfbot.log', when='midnight', interval=1, - backupcount=7 + backupCount=7 ) formatter=logging.Formatter( '%(asctime)s [%(levelname)s] %(message)s',