typo fix
This commit is contained in:
@@ -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(' ')
|
||||
|
||||
Reference in New Issue
Block a user