Rev2003, Fix dbQuery exception in verbose mode
This commit is contained in:
parent
f55c2659cd
commit
afcd6dfa14
2 changed files with 2 additions and 2 deletions
|
@ -533,7 +533,7 @@ class UiWebsocket(object):
|
|||
|
||||
# Sql query
|
||||
def actionDbQuery(self, to, query, params=None, wait_for=None):
|
||||
if config.debug:
|
||||
if config.debug or config.verbose:
|
||||
s = time.time()
|
||||
rows = []
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue