Skip to content

Commit feefad7

Browse files
committed
add fragment to simplify debugging
1 parent 2067f1f commit feefad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jg/plucker/courses_up/spider.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def fetch_courses(
5757
f"Fetching courses from {start} to {start + step} (business ID: {business_id})"
5858
)
5959
return Request(
60-
"https://www.uradprace.cz/api/rekvalifikace/rest/kurz/query-ex",
60+
f"https://www.uradprace.cz/api/rekvalifikace/rest/kurz/query-ex#{business_id}",
6161
method="POST",
6262
headers={
6363
"Accept": "application/json",

0 commit comments

Comments
 (0)