-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
There is an error when trying to use mongodb driver:
AttributeError: 'module' object has no attribute 'Connection'
You have to use MongoClient instead of Connection (pymongo changed api).
You have to change line 236 of file drivers/mongodbdriver.py to:
self.conn = pymongo.MongoClient(config['host'], int(config['port']))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels