add new line

This commit is contained in:
Marco Kohn 2025-04-12 22:54:59 +02:00
parent 8b3d4745de
commit 9ccdbed388

View File

@ -174,7 +174,7 @@ class FSCLogger:
## Log to file ## Log to file
f = open(self.logfile, "a+") f = open(self.logfile, "a+")
f.write("getting data %s" % notification) f.write("getting data %s \n" % notification)
f.close() f.close()
self.log("getting data %s" % notification) self.log("getting data %s" % notification)