diff --git a/app/monitor-planning.py b/app/monitor-planning.py index 8894ebe..c48d679 100644 --- a/app/monitor-planning.py +++ b/app/monitor-planning.py @@ -31,7 +31,7 @@ def notify(title, message): def update_other_applications(): there_were_newly_decided_applications = False - with sqlite3.connect("../database.db") as _conn: + with sqlite3.connect("./database.db") as _conn: _cursor = _conn.cursor() with webdriver.Chrome(options=web_opts) as _browser: