Production URL.

This commit is contained in:
2025-07-29 20:20:25 +02:00
parent f7faebfc0d
commit 84486adb83

View File

@@ -19,7 +19,7 @@ def export_image(url_path, filename_prefix):
# 1. Ensure the output directory exists # 1. Ensure the output directory exists
os.makedirs(OUTPUT_DIR, exist_ok=True) os.makedirs(OUTPUT_DIR, exist_ok=True)
base_url = "http://127.0.0.1:5000" base_url = "https://rstat.net"
url = f"{base_url}/{url_path}" url = f"{base_url}/{url_path}"
# 2. Construct the full output path including the new directory # 2. Construct the full output path including the new directory