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 e98619b commit 4ab6058Copy full SHA for 4ab6058
MongoBackup/Replset.py
@@ -75,7 +75,6 @@ def find_primary(self):
75
def find_secondary(self):
76
rs_status = self.get_rs_status()
77
rs_config = self.get_rs_config()
78
- rs_primary = self.find_primary()
79
rs_name = rs_status['set']
80
quorum_count = ceil(len(rs_status['members']) / 2.0)
81
0 commit comments