From 05552c14e3e32e7d91e562729f62377868575fa9 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 18 Sep 2018 00:45:42 +0200 Subject: [PATCH] =?UTF-8?q?=C3=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- redditbot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/redditbot.py b/redditbot.py index 77c1b4cb..34ccc75f 100644 --- a/redditbot.py +++ b/redditbot.py @@ -14,7 +14,6 @@ config = configparser.ConfigParser() config.read("config.ini") logging.lastResort = None -ì logger = logging.getLogger(__name__) coloredlogs.install(level="DEBUG", logger=logger)