Compare commits

...

2 Commits

Author SHA1 Message Date
dbc7207e21 Merge remote-tracking branch 'origin/master' 2023-04-18 16:57:01 +02:00
6f54d63ec4 add dialog structures 2023-04-18 16:56:20 +02:00

View File

@ -73,3 +73,4 @@ if __name__ == '__main__':
text = process_text(text, nazwisko_user, nazwisko_system)
text = replace_first_space_with_tab(text)
write_tsv(file_path, text)