mirror of https://gitlab.com/bashrc2/epicyon
Reminder about http option
parent
f2fc1512cb
commit
60d046c4dc
|
@ -1441,6 +1441,9 @@ def runDesktopClient(baseDir: str, proxyType: str, httpPrefix: str,
|
||||||
_desktopClearScreen()
|
_desktopClearScreen()
|
||||||
_desktopShowBanner()
|
_desktopShowBanner()
|
||||||
print('No posts\n')
|
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
|
# wait for a while, or until a key is pressed
|
||||||
if noKeyPress:
|
if noKeyPress:
|
||||||
|
|
Loading…
Reference in New Issue