Skip to content

Commit

Permalink
Update Things 3 DB location
Browse files Browse the repository at this point in the history
  • Loading branch information
visini committed Dec 21, 2020
1 parent 095b923 commit 326fb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def timez():
def get_things_today_tasks(index=0, complete_task=False):
conn = sqlite3.connect(
os.path.expanduser(
"~/Library/Group Containers/JLMPQHK86H.com.culturedcode.ThingsMac/Things.sqlite3"
"~/Library/Group Containers/JLMPQHK86H.com.culturedcode.ThingsMac/Things Database.thingsdatabase/main.sqlite"
)
)
sql = (
Expand Down

0 comments on commit 326fb2c

Please sign in to comment.