Increase code resiliance
This commit is contained in:
parent
0f84836533
commit
8a4b1c00f3
1 changed files with 1 additions and 1 deletions
|
@ -784,7 +784,7 @@ class ConnectionManager(object):
|
|||
except Exception:
|
||||
return False
|
||||
|
||||
def connect(self, options={}):
|
||||
def connect(self, options=None):
|
||||
|
||||
log.info("Begin connect")
|
||||
|
||||
|
|
Loading…
Reference in a new issue