mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Fix incorrect construction of MySQL SQLAlchemy URL
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
4fa220850f
commit
25393dc326
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ def get_sqlalchemy_url():
|
||||||
database=aurweb.config.get('database', 'name'),
|
database=aurweb.config.get('database', 'name'),
|
||||||
query={
|
query={
|
||||||
'unix_socket': aurweb.config.get('database', 'socket'),
|
'unix_socket': aurweb.config.get('database', 'socket'),
|
||||||
'buffered': True,
|
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
elif aur_db_backend == 'sqlite':
|
elif aur_db_backend == 'sqlite':
|
||||||
|
|
Loading…
Add table
Reference in a new issue