Correct url.
This commit is contained in:
@@ -19,7 +19,7 @@ def export_image(url_path, filename_prefix):
|
|||||||
|
|
||||||
os.makedirs(OUTPUT_DIR, exist_ok=True)
|
os.makedirs(OUTPUT_DIR, exist_ok=True)
|
||||||
|
|
||||||
base_url = "http://localhost"
|
base_url = "https://rstat.net"
|
||||||
# Ensure the URL path starts correctly
|
# Ensure the URL path starts correctly
|
||||||
url_path = url_path.lstrip("/")
|
url_path = url_path.lstrip("/")
|
||||||
url = f"{base_url}/{url_path}"
|
url = f"{base_url}/{url_path}"
|
||||||
|
Reference in New Issue
Block a user