Skip to content

Commit

Permalink
Update link.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OasisAkari committed Dec 27, 2024
1 parent 9adc37a commit 344d53d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/database/link.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
db_path = os.path.dirname(db_link.replace("sqlite:///", ""))
os.makedirs(db_path, exist_ok=True)


def get_db_link(orm_type="sqlalchemy"):
if orm_type == "sqlalchemy":
return db_link
Expand Down

0 comments on commit 344d53d

Please sign in to comment.