From d0964e06a38d811593b9fcfdbc30ad4cc2769bbe Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Thu, 1 Feb 2024 17:30:22 +0100 Subject: [PATCH] feat: better result file structure --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 2634469..3a7964e 100755 --- a/main.py +++ b/main.py @@ -123,4 +123,3 @@ for conference_html in conference_html_snippets: results_file.close() -failed_json.close()