From 84789ac2f2216b14ac79bf68426acc98dbabe170 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 22 Mar 2021 13:51:54 +0000 Subject: [PATCH] Clear changed status --- desktop_client.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/desktop_client.py b/desktop_client.py index 5f5aa8a9a..be21e7cd5 100644 --- a/desktop_client.py +++ b/desktop_client.py @@ -1130,8 +1130,7 @@ def runDesktopClient(baseDir: str, proxyType: str, httpPrefix: str, inboxJson = c2sBoxJson(baseDir, session, nickname, password, domain, port, httpPrefix, - 'inbox', pageNumber, - debug) + 'inbox', 1, debug) else: inboxJson = boxJson if inboxJson: