Indicate that there are no posts

merge-requests/30/head
Bob Mottram 2021-04-01 17:33:30 +01:00
parent 86ded19ae2
commit cdb700c7ed
1 changed files with 1 additions and 0 deletions

View File

@ -1437,6 +1437,7 @@ def runDesktopClient(baseDir: str, proxyType: str, httpPrefix: str,
if not desktopShown: if not desktopShown:
_desktopClearScreen() _desktopClearScreen()
_desktopShowBanner() _desktopShowBanner()
print('No posts\n')
# wait for a while, or until a key is pressed # wait for a while, or until a key is pressed
if noKeyPress: if noKeyPress: