mirror of
https://github.com/markqvist/LXMF-Tools.git
synced 2025-05-13 03:22:16 -04:00
Fixed error with LXMF send
This commit is contained in:
parent
b4bc35ee31
commit
f2db594c29
5 changed files with 6 additions and 8 deletions
|
@ -763,7 +763,7 @@ def output_now():
|
|||
if search != "":
|
||||
output = re.sub(search, config_get(CONFIG, "message", "send_regex_replace"), output)
|
||||
|
||||
LXMF_CONNECTION.send(SESSION["source"], content_prefix + output + content_suffix, "")
|
||||
LXMF_CONNECTION.send(SESSION["source"], content_prefix + output + content_suffix)
|
||||
|
||||
return True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue