diff options
| -rw-r--r-- | sql.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
