mirror of
https://github.com/FAUSheppy/skillbird
synced 2025-12-09 16:08:31 +01:00
[git fast commit] 02. Feb 2019 - 22:45:57
This commit is contained in:
@@ -44,7 +44,7 @@ def parse(f, exit_on_eof=True, start_at_end=False):
|
||||
|
||||
lineCount += 1
|
||||
if lineCount % 100000 == 0:
|
||||
diff = startTime - datetime.now()
|
||||
diff = datetime.now()-startTime
|
||||
print("At Line: {} Tot: {} Per 100k:{}".format(\
|
||||
lineCount, diff, diff/(lineCount/100000)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user