Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main

main
Bob Mottram 2021-03-11 12:32:43 +00:00
commit 2a8cf1bfef
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str,
sessionPost = createSession(proxyType)
if keyPress.startswith('post ') or \
keyPress.startswith('send '):
keyPress = keyPress.replace(' to ', '')
keyPress = keyPress.replace(' to ', ' ')
# direct message
toHandle = None
if keyPress.startswith('post '):