diff --git a/notifications_client.py b/notifications_client.py index 85db40341..0f841d539 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -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 '):