fix(minor): typo
This commit is contained in:
parent
c83a9a142b
commit
ef1d1b0dc4
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ class Database(object):
|
|||
return self._cursor.fetchall()
|
||||
|
||||
def log_query(self, query, values, debug, explain):
|
||||
def mogirfy():
|
||||
def mogrify():
|
||||
try:
|
||||
return self._cursor.mogrify(query, values)
|
||||
except TypeError:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue