Commit 90303543 by Colin Howe

Pass through arguments, do not override them

parent 4785c226
......@@ -60,9 +60,9 @@ def _update(collection_self, spec, document, upsert=False,
collection_self,
spec,
document,
upsert=False,
safe=False,
multi=False,
upsert=upsert,
safe=safe,
multi=multi,
**kwargs
)
total_time = (time.time() - start_time) * 1000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment