bugfixing

This commit is contained in:
MuslemRahimi 2025-02-10 18:26:32 +01:00
parent d911c844a7
commit 12b3dc44fe

View File

@ -88,7 +88,6 @@ def main():
# Save the DataFrame to a JSON file # Save the DataFrame to a JSON file
if not df.empty: if not df.empty:
print(df)
df.to_json(json_file_path, orient='records', indent=2) df.to_json(json_file_path, orient='records', indent=2)
finally: finally: