aboutsummaryrefslogtreecommitdiff
path: root/phpipam_api/backend.py
diff options
context:
space:
mode:
Diffstat (limited to 'phpipam_api/backend.py')
-rwxr-xr-xphpipam_api/backend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpipam_api/backend.py b/phpipam_api/backend.py
index b5ad180..b334ed2 100755
--- a/phpipam_api/backend.py
+++ b/phpipam_api/backend.py
@@ -18,7 +18,7 @@ class ApiObjectNotFoundException(Exception):
pass
class PhpipamBackend:
- def __init__(self, api_url, app_id, api_user, api_password, verify=True):
+ def __init__(self, api_url, app_id, api_user, api_password, verify):
self.api_url = api_url.strip('/') + '/api/' + app_id
self.api_user = api_user
self.api_password = api_password