Skip to content
Snippets Groups Projects
Commit 5e859d27 authored by Josef Olsson's avatar Josef Olsson
Browse files

Update __init__.py

parent c133b821
No related branches found
No related tags found
No related merge requests found
Pipeline #41709 passed
......@@ -45,7 +45,7 @@ class Dictionary(TypeDecorator):
def process_bind_param(self, value, dialect):
if value is not None:
value = json.dumps(value).replace("'", '"')
value = json.dumps(value)
return value
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment