mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-29 14:53:15 +00:00
Merge pull request #16 from Fluffy-Bean/deepsource-autofix-eb689216
remove unnecessary f-string
This commit is contained in:
commit
8519270f2b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,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/
|
||||
# TODO: Get list from API instead of hardcoding
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue