From 2ce9ea870e5fc2c5129554f1d597334685b8cc76 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 1 Nov 2023 02:40:16 +0100 Subject: [PATCH] Cleanup --- sbapp/sideband/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbapp/sideband/core.py b/sbapp/sideband/core.py index c8a8748..a761692 100644 --- a/sbapp/sideband/core.py +++ b/sbapp/sideband/core.py @@ -611,7 +611,7 @@ class SidebandCore(): self.__db_indices() def __reload_config(self): - RNS.log("Reloading Sideband configuration... "+str(self.config_path), RNS.LOG_DEBUG) + RNS.log("Reloading Sideband configuration... ", RNS.LOG_DEBUG) with open(self.config_path, "rb") as config_file: config_data = config_file.read()