From 9ccdbed38860c61d6873002236bf9ce8ad38bec6 Mon Sep 17 00:00:00 2001 From: Marco Kohn Date: Sat, 12 Apr 2025 22:54:59 +0200 Subject: [PATCH] add new line --- RequestLogger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RequestLogger.py b/RequestLogger.py index 0eb55b0..1593f1f 100644 --- a/RequestLogger.py +++ b/RequestLogger.py @@ -174,7 +174,7 @@ class FSCLogger: ## Log to file f = open(self.logfile, "a+") - f.write("getting data %s" % notification) + f.write("getting data %s \n" % notification) f.close() self.log("getting data %s" % notification)