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")