8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b746ba4 + 7247d9c commit 829b938Copy full SHA for 829b938
obsidian_to_bookstack/sqllite/DatabaseFunctions.py
@@ -1,7 +1,7 @@
1
import os
2
import sqlite3
3
4
-DATA_PATH = f"/home/{os.environ.get("USER")}/.config/obsidian_to_bookstack/data"
+DATA_PATH = f"/home/{os.environ.get('USER')}/.config/obsidian_to_bookstack/data"
5
6
def connect():
7
conn = sqlite3.connect(f"{DATA_PATH}/settings.db")
0 commit comments