From ebdad8519f08d3e31c0a26cf0fdcf6144ed3d758 Mon Sep 17 00:00:00 2001 From: Olli Suutari Date: Tue, 4 Oct 2016 16:31:09 +0300 Subject: [PATCH] - Added one missing empty row --- openlp/core/lib/db.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openlp/core/lib/db.py b/openlp/core/lib/db.py index 11c52c156..2cddece82 100644 --- a/openlp/core/lib/db.py +++ b/openlp/core/lib/db.py @@ -94,6 +94,7 @@ def handle_db_error(self, plugin_name, db_file_name): log.exception('Failed to find data folder path.') return + def init_url(plugin_name, db_file_name=None): """ Return the database URL.