From 8b41a039c86fdc464135363aa8090fcfb93800b7 Mon Sep 17 00:00:00 2001 From: Lukas Langrock Date: Wed, 24 Jul 2024 23:48:22 +0200 Subject: [PATCH] script.py aktualisiert --- script.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/script.py b/script.py index e2036e1..e26f942 100644 --- a/script.py +++ b/script.py @@ -60,8 +60,6 @@ output_file = 'index.html' with open(output_file, 'w') as f: f.write(html_content) -print(f"HTML file '{output_file}' has been created with links to all files in the bucket.") - # Upload file to bucket bucket.upload_local_file(local_file=output_file, file_name="index.html")