mirror of https://gitlab.com/bashrc2/epicyon
Replacing to
parent
9a9c9b9d56
commit
982b93331b
|
@ -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 '):
|
||||
|
|
Loading…
Reference in New Issue