From 60d046c4dc11e1aea40e2522e9cf1862b00fc77a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 1 Apr 2021 17:49:37 +0100 Subject: [PATCH] Reminder about http option --- desktop_client.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/desktop_client.py b/desktop_client.py index 0ea57cf9e..3a7d4193d 100644 --- a/desktop_client.py +++ b/desktop_client.py @@ -1441,6 +1441,9 @@ def runDesktopClient(baseDir: str, proxyType: str, httpPrefix: str, _desktopClearScreen() _desktopShowBanner() print('No posts\n') + if proxyType == 'tor': + print('You may need to run the desktop client ' + \ + 'with the --http option') # wait for a while, or until a key is pressed if noKeyPress: