Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Marcus Andersson
aurweb
Commits
25393dc3
Commit
25393dc3
authored
May 13, 2021
by
Kevin Morris
Browse files
Fix incorrect construction of MySQL SQLAlchemy URL
Signed-off-by:
Kevin Morris
<
kevr@0cost.org
>
parent
4fa22085
Changes
1
Show whitespace changes
Inline
Side-by-side
aurweb/db.py
View file @
25393dc3
...
...
@@ -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'
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment