Rev2003, Fix dbQuery exception in verbose mode

This commit is contained in:
shortcutme 2017-03-15 13:13:21 +01:00
parent f55c2659cd
commit afcd6dfa14
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
2 changed files with 2 additions and 2 deletions

View file

@ -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: