Use TXT instead for JSON for manual_atlas

This commit is contained in:
Hans5958 2022-04-19 09:00:26 +07:00
parent 37bfe79d3e
commit d0d8add004

View file

@ -32,7 +32,7 @@
OUT_FILE = open('temp_atlas.json', 'w', encoding='utf-8')
READ_IDS_FILE = open('read-ids-temp.txt', 'w')
FAIL_FILE = open('manual_atlas.json', 'w', encoding='utf-8')
FAIL_FILE = open('manual_atlas.txt', 'w', encoding='utf-8')
OUT_FILE_LINES = ['[\n', ']\n']