Skip to content

Commit 3df9935

Browse files
author
Nuno Loureiro
authored
Update findings_csv.py
1 parent 66cb914 commit 3df9935

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

probely_api_examples/findings_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
token = input("API Token:")
99
headers = {"Authorization": "JWT {}".format(token)}
1010

11-
api_base_url = "https://api.qa.probely.com"
11+
api_base_url = "https://api.probely.com"
1212
findings_endpoint = urljoin(
1313
api_base_url, "findings/?include=compliance&length=10000"
1414
)

0 commit comments

Comments
 (0)