mirror of https://gitlab.com/bashrc2/epicyon
Clear changed status
parent
e1673cfb82
commit
84789ac2f2
|
@ -1130,8 +1130,7 @@ def runDesktopClient(baseDir: str, proxyType: str, httpPrefix: str,
|
||||||
inboxJson = c2sBoxJson(baseDir, session,
|
inboxJson = c2sBoxJson(baseDir, session,
|
||||||
nickname, password,
|
nickname, password,
|
||||||
domain, port, httpPrefix,
|
domain, port, httpPrefix,
|
||||||
'inbox', pageNumber,
|
'inbox', 1, debug)
|
||||||
debug)
|
|
||||||
else:
|
else:
|
||||||
inboxJson = boxJson
|
inboxJson = boxJson
|
||||||
if inboxJson:
|
if inboxJson:
|
||||||
|
|
Loading…
Reference in New Issue