Skip to content

Commit

Permalink
Initialize ritz with default authenticated value
Browse files Browse the repository at this point in the history
Default value is None
  • Loading branch information
podliashanyk authored and hmpf committed Oct 16, 2023
1 parent cde4d61 commit d7ccd9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zinolib/ritz.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ def __init__(self, server, port=8001, timeout=10, username=None, password=None):

self._sock = None
self.connStatus = False
self.authenticated = None
self.server = server
self.port = port
self.timeout = timeout
Expand Down

0 comments on commit d7ccd9b

Please sign in to comment.