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)
|
sessionPost = createSession(proxyType)
|
||||||
if keyPress.startswith('post ') or \
|
if keyPress.startswith('post ') or \
|
||||||
keyPress.startswith('send '):
|
keyPress.startswith('send '):
|
||||||
keyPress = keyPress.replace(' to ', '')
|
keyPress = keyPress.replace(' to ', ' ')
|
||||||
# direct message
|
# direct message
|
||||||
toHandle = None
|
toHandle = None
|
||||||
if keyPress.startswith('post '):
|
if keyPress.startswith('post '):
|
||||||
|
|
Loading…
Reference in New Issue