Skip to content
Snippets Groups Projects
Commit 25393dc3 authored by Kevin Morris's avatar Kevin Morris
Browse files

Fix incorrect construction of MySQL SQLAlchemy URL


Signed-off-by: Kevin Morris's avatarKevin Morris <kevr@0cost.org>
parent 4fa22085
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,6 @@ def get_sqlalchemy_url():
database=aurweb.config.get('database', 'name'),
query={
'unix_socket': aurweb.config.get('database', 'socket'),
'buffered': True,
},
)
elif aur_db_backend == 'sqlite':
......
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