diff --git a/openlp/core/lib/db.py b/openlp/core/lib/db.py index 9836a8080..858dbcc06 100644 --- a/openlp/core/lib/db.py +++ b/openlp/core/lib/db.py @@ -90,6 +90,7 @@ def handle_db_error(self, plugin_name, db_file_name): translate('OpenLP.Manager', 'OpenLP cannot load your database.\n\nDatabase: {db}').format(db=db_path)) + def init_url(plugin_name, db_file_name=None): """ Return the database URL.