Compare commits
2 Commits
8c405594f3
...
9ccdbed388
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ccdbed388 | |||
| 8b3d4745de |
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user