typo fix
This commit is contained in:
@@ -108,7 +108,7 @@ import random
|
|||||||
def dologging(filename,s):
|
def dologging(filename,s):
|
||||||
tstamp = time.localtime()
|
tstamp = time.localtime()
|
||||||
timestamp = time.strftime('%b-%d-%Y %H:%M:%S', tstamp)
|
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('\n')
|
||||||
f.write(timestamp)
|
f.write(timestamp)
|
||||||
f.write(' ')
|
f.write(' ')
|
||||||
|
|||||||
Reference in New Issue
Block a user