[KILLFTP 3/x] Fix screwup from patch 1

This commit is contained in:
Worros 2009-03-10 21:36:52 +09:00
parent 58445c0a1b
commit 14b58d6ad5

View File

@ -354,7 +354,7 @@ class Importer:
print "quitting due to reaching the amount of hands to be imported"
print "Total stored:", stored, "duplicates:", duplicates, "errors:", errors, " time:", (time() - starttime)
sys.exit(0)
startpos=endpos
startpos=endpos
ttime = time() - starttime
print "\rTotal stored:", stored, "duplicates:", duplicates, "errors:", errors, " time:", ttime