changed main

This commit is contained in:
bacon
2023-08-28 22:30:56 +03:00
parent dd0cd7f1df
commit d9779baf2f

View File

@@ -50,7 +50,7 @@ def all_to_translate(_dir):
_files = scan_files(_dir)
for _file in _files:
_strings = pars_file(_file)
if len(_strings) > 0: print(_file, _strings, len(_strings))
if len(_strings) > 0: print(_file, '\n', _strings, '\n', len(_strings), '\n\n\n')
if __name__ == '__main__':