Compare commits

..

No commits in common. "9ccdbed38860c61d6873002236bf9ce8ad38bec6" and "8c405594f36a78fc237f0358f965de11f2bff2a3" have entirely different histories.

View File

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