fix sanity check

This commit is contained in:
Karsten Lehmann
2020-08-28 12:27:15 +02:00
parent 7eff3815a4
commit 4c09c1e248
2 changed files with 9 additions and 7 deletions

View File

@@ -133,7 +133,7 @@ class SyncCollectionHandler(Syncer):
return lchg
def sanityCheck2(self, client, full=None):
server = self.sanityCheck()
server = self.sanityCheck(full)
if client != server:
logger.info(
f"sanity check failed with server: {server} client: {client}"