We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc4302 commit 00cacccCopy full SHA for 00caccc
mongodb_consistent_backup/Common/DB.py
@@ -74,7 +74,7 @@ def client_opts(self):
74
def connect(self):
75
try:
76
logging.debug("Getting MongoDB connection to %s (replicaSet=%s, readPreference=%s, ssl=%s)" % (
77
- self.uri, self.replset, self.read_pref, self.ssl_enabled
+ self.uri, self.replset, self.read_pref, self.do_ssl()
78
))
79
conn = MongoClient(**self.client_opts())
80
if self.do_connect:
0 commit comments