Commit 686356ed authored by Sven Franck's avatar Sven Franck

Merge branch 'master' of https://git.erp5.org/repos/cloud-quote

parents 04ca1157 a5f2ade2
......@@ -61,14 +61,11 @@ order = {}
#j = 0;
out= open("logme", "wb" )
# single entry
# f = ['2001:470:1f14:169:15f3:824f:8a61:7b59 - SOFTINST-15414 [14/Nov/2012:09:32:31 +0100] "POST /setComputerPartitionConnectionXml HTTP/1.1" 200 4 "-" "-" 102356']
# sort and unzip zipped files
for f in glob.glob('logs/*'):
for f in glob.glob('log/*'):
#file = open(f,'rb')
#last_pos = file.tell()
......@@ -158,7 +155,6 @@ while x < len(parse_order):
x += 1
out.close()
print (datetime.datetime.now()-startTime)
response = {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment