fix_sanityCheck2_return_params_error

This commit is contained in:
dobefore 2021-09-14 12:56:25 +08:00 committed by Vikash Kothary
parent 078269df88
commit 0409ff9592

View File

@ -147,9 +147,8 @@ class SyncCollectionHandler(Syncer):
logger.info(
f"sanity check failed with server: {server} client: {client}"
)
status='bad'
return dict(status, c=client, s=server)
return dict(status="bad", c=client, s=server)
return dict(status="ok")
def finish(self):