aboutsummaryrefslogtreecommitdiff
path: root/rp/config/rpki-sql-setup
diff options
context:
space:
mode:
Diffstat (limited to 'rp/config/rpki-sql-setup')
-rwxr-xr-xrp/config/rpki-sql-setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/rp/config/rpki-sql-setup b/rp/config/rpki-sql-setup
index 1a133e0b..9c88449f 100755
--- a/rp/config/rpki-sql-setup
+++ b/rp/config/rpki-sql-setup
@@ -89,7 +89,7 @@ class MySQL_Driver(Abstract_Driver):
self.execute("SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = '{0.database}'".format(udb))
return bool(self.fetchone()[0])
- def execute(*args):
+ def execute(self, *args):
try:
self._cur
except AttributeError: