summaryrefslogtreecommitdiffstats
path: root/helpers.py
diff options
context:
space:
mode:
authorUbuntu <ubuntu@ip-172-31-33-141.eu-west-3.compute.internal>2023-06-08 00:49:49 +0200
committerUbuntu <ubuntu@ip-172-31-33-141.eu-west-3.compute.internal>2023-06-08 00:52:14 +0200
commitc17ed59e85f9579e45f1c59d3c95268a1f7d361b (patch)
treed036277a96cfcf419d4598d5a8c9fff9bf2f9012 /helpers.py
parentglobal (diff)
downloadeVinjeta-c17ed59e85f9579e45f1c59d3c95268a1f7d361b.tar
eVinjeta-c17ed59e85f9579e45f1c59d3c95268a1f7d361b.tar.gz
eVinjeta-c17ed59e85f9579e45f1c59d3c95268a1f7d361b.tar.bz2
eVinjeta-c17ed59e85f9579e45f1c59d3c95268a1f7d361b.tar.lz
eVinjeta-c17ed59e85f9579e45f1c59d3c95268a1f7d361b.tar.xz
eVinjeta-c17ed59e85f9579e45f1c59d3c95268a1f7d361b.tar.zst
eVinjeta-c17ed59e85f9579e45f1c59d3c95268a1f7d361b.zip
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()