Indicate if no session

merge-requests/30/head
Bob Mottram 2021-04-01 17:36:45 +01:00
parent cdb700c7ed
commit f2fc1512cb
1 changed files with 3 additions and 0 deletions

View File

@ -1435,6 +1435,9 @@ def runDesktopClient(baseDir: str, proxyType: str, httpPrefix: str,
else:
session = createSession(proxyType)
if not desktopShown:
if not session:
print('No session\n')
_desktopClearScreen()
_desktopShowBanner()
print('No posts\n')