diff options
| author | root <root@turin.home> | 2022-01-30 15:30:15 +0000 |
|---|---|---|
| committer | root <root@turin.home> | 2022-01-30 15:30:15 +0000 |
| commit | 31326f43d9c05f826373a51dd011bd425bc66ef5 (patch) | |
| tree | a0a283fad22ad0d9b9577a05b1050e767ff6b4c3 | |
| parent | 683be900f49510ada6e266671766c7dde9896514 (diff) | |
Minor error
| -rw-r--r-- | sql.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ class db: create the cursor """ con = sqlite3.connect(self.dbfile) - cur = con.cursor + cur = con.cursor() if param == None: cur.execute(cmd) else: |
