mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-06-01 00:03:14 +00:00
Further cleanup to make Deepsource happy
This commit is contained in:
parent
42a41509c5
commit
dae2d4901c
5 changed files with 21 additions and 19 deletions
|
@ -17,7 +17,7 @@ LYNXIE_PREFIX = "?"
|
|||
DATA_PATH = os.path.join("lynxie", "data")
|
||||
ASSETS_PATH = os.path.join("lynxie", "assets")
|
||||
|
||||
DATABASE_URI = f"sqlite:///" + os.path.join(DATA_PATH, "lynxie.db")
|
||||
DATABASE_URI = "sqlite:///" + os.path.join(DATA_PATH, "lynxie.db")
|
||||
|
||||
|
||||
# https://tinyfox.dev/docs/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue