pull/68/head
Konstantin Gründger 2018-10-24 20:03:29 +02:00
rodzic 7c22840f04
commit ee88621806
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -78,6 +78,7 @@ def convert(sourcefile, path=''):
if int(1000 * current_line / total_lines) != progress:
progress = round(1000 * current_line / total_lines)
print("\rReading line {} ({}%)".format(current_line, progress / 10), end='')
saver.flush()
message = string_to_message(line.strip(), reference_date=reference_date)
if message is None: