diff options
| author | root <root@turin.home> | 2022-01-30 15:29:01 +0000 |
|---|---|---|
| committer | root <root@turin.home> | 2022-01-30 15:29:01 +0000 |
| commit | 683be900f49510ada6e266671766c7dde9896514 (patch) | |
| tree | 321f505e9692835c7403493860500b1facaf2a60 | |
| parent | 626b6f978c9209b0d6d184ab7f7ef4b05a664b57 (diff) | |
Minor error
| -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 |
