Compare commits

...

2 Commits

Author SHA1 Message Date
9ccdbed388 add new line 2025-04-12 22:54:59 +02:00
8b3d4745de Write data got 2025-04-12 22:53:01 +02:00

View File

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