From e11f66cec2c3b4e645cb9b30dede8a5f7520f297 Mon Sep 17 00:00:00 2001 From: Specoolazius Date: Wed, 30 Mar 2022 19:45:18 +0200 Subject: [PATCH] set up logging and config settings --- bot/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/client.py b/bot/client.py index b310ba8..338500c 100644 --- a/bot/client.py +++ b/bot/client.py @@ -125,7 +125,7 @@ class Client(discord.Bot, ABC): Basic logging abilities """ - + path_list = re.split('/| \\\\', self.__config.log_path) for i, folder in enumerate(path_list):