8000 Merge pull request #7 from useahawk/patch-1 · jaypyles/obsidian-to-bookstack@829b938 · GitHub
[go: up one dir, main page]

Skip to content

Commit 829b938

Browse files
authored
Merge pull request #7 from useahawk/patch-1
Update DatabaseFunctions.py typo
2 parents b746ba4 + 7247d9c commit 829b938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

obsidian_to_bookstack/sqllite/DatabaseFunctions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import sqlite3
33

4-
DATA_PATH = f"/home/{os.environ.get("USER")}/.config/obsidian_to_bookstack/data"
4+
DATA_PATH = f"/home/{os.environ.get('USER')}/.config/obsidian_to_bookstack/data"
55

66
def connect():
77
conn = sqlite3.connect(f"{DATA_PATH}/settings.db")

0 commit comments

Comments
 (0)
0