From 982b93331b5f75121778fdf0141114abe25d9ad0 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 11 Mar 2021 12:32:31 +0000 Subject: [PATCH] Replacing to --- notifications_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '):