Replacing to

main
Bob Mottram 2021-03-11 12:32:31 +00:00
parent 9a9c9b9d56
commit 982b93331b
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 '):