mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-18 17:25:22 -04:00
Misc fixes/optimizations
This commit is contained in:
parent
246d69cb30
commit
6cfd068a97
5 changed files with 12 additions and 11 deletions
|
@ -45,7 +45,7 @@ class Database:
|
|||
)
|
||||
command = f"CREATE TABLE {self.name} ({params})"
|
||||
|
||||
logger.debug(f"executing {command}")
|
||||
logger.debug("executing %s", command)
|
||||
|
||||
conn.execute(command)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue