fix newline

This commit is contained in:
kp2pml30 2025-02-05 03:46:00 +04:00
parent da78efda62
commit 9ba7b15eee

View file

@ -166,3 +166,4 @@ except GitThirdPartyException as e:
import json
with open(config_path, 'wt') as f:
json.dump(config, f, indent='\t')
f.write('\n')