Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2021-05-21 11:38:03 +02:00
parent d6fc680218
commit 199bc47a95

View File

@@ -108,7 +108,7 @@ import random
def dologging(filename,s):
tstamp = time.localtime()
timestamp = time.strftime('%b-%d-%Y %H:%M:%S', tstamp)
with open('filename','a') as f:
with open(filename,'a') as f:
f.write('\n')
f.write(timestamp)
f.write(' ')