Skip to content

Commit

Permalink
Merge pull request mzupan#212 from hedenface/patch-1
Browse files Browse the repository at this point in the history
Fix tab in mongo_connect
  • Loading branch information
mzupan authored Feb 17, 2017
2 parents 7248618 + 5f34289 commit eb2ab11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_mongodb.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def mongo_connect(host=None, port=None, ssl=False, user=None, passwd=None, repli
con_args['ssl_cert_reqs'] = SSL.CERT_REQUIRED
con_args['ssl'] = ssl
if ssl_cert:
con_args['ssl_certfile'] = ssl_cert
con_args['ssl_certfile'] = ssl_cert

try:
# ssl connection for pymongo > 2.3
Expand Down

0 comments on commit eb2ab11

Please sign in to comment.