mirror of https://gitlab.com/bashrc2/epicyon
Refresh session if nothing returned
parent
25f16824dd
commit
2c33d55b45
|
@ -946,6 +946,8 @@ def runDesktopClient(baseDir: str, proxyType: str, httpPrefix: str,
|
||||||
newRepliesExist,
|
newRepliesExist,
|
||||||
newDMsExist)
|
newDMsExist)
|
||||||
prevTimelineFirstId = timelineFirstId
|
prevTimelineFirstId = timelineFirstId
|
||||||
|
else:
|
||||||
|
session = createSession(proxyType)
|
||||||
|
|
||||||
# wait for a while, or until a key is pressed
|
# wait for a while, or until a key is pressed
|
||||||
if noKeyPress:
|
if noKeyPress:
|
||||||
|
|
Loading…
Reference in New Issue