fix: change input format
This commit is contained in:
parent
6b2dfa14cc
commit
603b8bb2da
|
@ -12,7 +12,8 @@ def main():
|
|||
|
||||
|
||||
with open("mindie_test/input.txt", 'w', encoding='utf-8') as file:
|
||||
json.dump(input, file, indent=4, ensure_ascii=False)
|
||||
for line in input:
|
||||
file.write(line + "\n")
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
Loading…
Reference in New Issue