Skip to content
Snippets Groups Projects
Commit 0989c392 authored by Robert Habermann's avatar Robert Habermann
Browse files

fix #1 set self.session_timeout in init

parent 21761363
No related branches found
No related tags found
No related merge requests found
......@@ -489,7 +489,9 @@ class Client(object):
if not session_timeout:
self.session_timeout = 28800 # 8 hours is OTRS default
else:
self.session_timeout = session_timeout
self.https_verify = https_verify
# dummy initialization
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment