diff --git a/piecash_utilities/report/report.py b/piecash_utilities/report/report.py index 9795ec5..1fe52ac 100644 --- a/piecash_utilities/report/report.py +++ b/piecash_utilities/report/report.py @@ -89,6 +89,7 @@ def wrapped(book_url): # convert path given by gnucash to URI usable by piecash book_url = (book_url + .replace("file:///", "sqlite:///") .replace("file://", "sqlite:///") # .replace("postgres://", "postgres:///") .replace("mysql://", "mysql+pymysql://") # to use pymysql instead of