Skip to content

Commit 53a43ff

Browse files
committed
fix url
1 parent f0e5e4e commit 53a43ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactions_generator/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ def continuous_build_submission(
574574
os.makedirs(output_directory, exist_ok=True)
575575

576576
while True:
577-
response = requests.get(f"{url}/api/overlay/runs")
577+
response = requests.get(f"{url}/reactions/runs.json")
578578
ids = [str(run["id"]) for run in response.json() if not run["isHidden"]]
579579

580580
filtered = [id for id in ids if stable_hash(id) % total_workers == worker_id]

0 commit comments

Comments
 (0)