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,
|
||||
newDMsExist)
|
||||
prevTimelineFirstId = timelineFirstId
|
||||
else:
|
||||
session = createSession(proxyType)
|
||||
|
||||
# wait for a while, or until a key is pressed
|
||||
if noKeyPress:
|
||||
|
|
Loading…
Reference in New Issue