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 32a80b2 commit 0c2fd0dCopy full SHA for 0c2fd0d
mongoengine/connection.py
@@ -166,7 +166,7 @@ def _get_connection_settings(
166
kwargs.pop("slaves", None)
167
kwargs.pop("is_slave", None)
168
169
- keys = set(key.lower for key in kwargs.keys())
+ keys = set(key.lower() for key in kwargs.keys())
170
if "uuidrepresentation" not in keys:
171
warnings.warn(
172
"No uuidRepresentation is specified! Falling back to "
0 commit comments