From 683be900f49510ada6e266671766c7dde9896514 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 30 Jan 2022 15:29:01 +0000 Subject: Minor error --- sql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql.py b/sql.py index d9704d6..91ae362 100644 --- a/sql.py +++ b/sql.py @@ -11,7 +11,7 @@ class db: except FileNotFoundError: self.setup() - def exec(cmd, param=None): + def exec(self, cmd, param=None): """ A function to execute a database command without having to create the cursor -- cgit v1.2.3