Lets export image run against local dashboard.
This commit is contained in:
@@ -19,7 +19,7 @@ def export_image(url_path, filename_prefix):
|
||||
# 1. Ensure the output directory exists
|
||||
os.makedirs(OUTPUT_DIR, exist_ok=True)
|
||||
|
||||
base_url = "https://rstat.net"
|
||||
base_url = "https://localhost:5000"
|
||||
url = f"{base_url}/{url_path}"
|
||||
|
||||
# 2. Construct the full output path including the new directory
|
||||
|
Reference in New Issue
Block a user