summaryrefslogtreecommitdiffstats
path: root/helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'helpers.py')
-rw-r--r--helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers.py b/helpers.py
index 843d257..02f4493 100644
--- a/helpers.py
+++ b/helpers.py
@@ -57,7 +57,7 @@ def veljavnost(registrska: str, drzava: str):
}
print("\n", payload, "\n------------------\n\n\n")
r = requests.post(purl, json=payload, headers=get_headers(), verify=False)
- # print("\n"+r.text+"\n------------------\n\n\n")
+ print("\n"+r.text+"\n------------------\n\n\n")
print(r.status_code, r.reason, r.url)
return r.json()