This commit is contained in:
Petr Kalis 2021-04-29 14:02:29 +02:00
parent 8b570c7c82
commit 1cb47023a1
2 changed files with 2 additions and 2 deletions

View file

@ -404,7 +404,7 @@ class SyncServerThread(threading.Thread):
exc_info=True)
except Exception:
self.stop()
log.warning("Unhandled exception in sync loop, stopping server",
log.warning("Unhandled except. in sync loop, stopping server",
exc_info=True)
def stop(self):

View file

@ -196,7 +196,7 @@ class _SyncRepresentationModel(QtCore.QAbstractTableModel):
break
# add default one
self.sort['_id'] = 1
self.query = self.get_query()
# import json
# log.debug(json.dumps(self.query, indent=4).\