From 8de1f4514cf29cee9d95de1b6e7c04b14dbe6a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 21 Feb 2009 00:43:20 +0100 Subject: Fix small error --- portato/db/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/db/__init__.py') diff --git a/portato/db/__init__.py b/portato/db/__init__.py index 2d056ea..f83659c 100644 --- a/portato/db/__init__.py +++ b/portato/db/__init__.py @@ -39,7 +39,7 @@ def Database(type): except ImportError: warning(_("Cannot load SQLDatabase.")) _TYPE = "dict" - return Database() + return Database(type) else: return SQLDatabase(SectionDict(_SESSION, "SQL")) -- cgit v1.2.3