Fixed MinTimeLoggingCursor.callproc()

This commit is contained in:
andrew deryabin 2015-04-23 17:00:16 +03:00 committed by Daniele Varrazzo
parent f27ca25d2e
commit 41639c7610

View File

@ -434,7 +434,7 @@ class MinTimeLoggingCursor(LoggingCursor):
def callproc(self, procname, vars=None):
self.timestamp = _time.time()
return LoggingCursor.execute(self, procname, vars)
return LoggingCursor.callproc(self, procname, vars)
# a dbtype and adapter for Python UUID type