diff --git a/export_image.py b/export_image.py index 3f163db..3e59e24 100644 --- a/export_image.py +++ b/export_image.py @@ -19,7 +19,7 @@ def export_image(url_path, filename_prefix): os.makedirs(OUTPUT_DIR, exist_ok=True) - base_url = "http://localhost" + base_url = "https://rstat.net" # Ensure the URL path starts correctly url_path = url_path.lstrip("/") url = f"{base_url}/{url_path}"