Reinstate this line as log.loud.
This commit is contained in:
parent
451285ba0b
commit
10f67cae4b
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ class YCDLSQLMixin:
|
|||
if bindings is None:
|
||||
bindings = []
|
||||
cur = self.sql.cursor()
|
||||
#self.log.log(1, f'{query} {bindings}')
|
||||
self.log.loud('%s %s', query, bindings)
|
||||
cur.execute(query, bindings)
|
||||
return cur
|
||||
|
||||
|
|
Loading…
Reference in a new issue