🚧 update input json

This commit is contained in:
neingeist 2025-06-02 01:36:04 +02:00
parent d50295838e
commit c05b9a17f4
4 changed files with 83 additions and 728 deletions

View file

@ -1,7 +1,7 @@
import json
input_file = 'export_2025-06-01.json'
output_file = 'export_2025-06-01_clean.json'
input_file = 'export_2025-06-02.json'
output_file = 'export_2025-06-02_clean.json'
with open(input_file, 'r', encoding='utf-8') as f:
data = json.load(f)