@@ -5,7 +5,7 @@ import os
def connect_db(as_object):
if 'ENV' in os.environ and os.environ['ENV'] == "production":
conn = sqlite3.connect('/finance.db')
conn = sqlite3.connect('/data/finance.db')
else:
conn = sqlite3.connect('./finance.db')
if as_object:
The note is not visible to the blocked user.