diff --git a/app/sendxmpp_handler.py b/app/sendxmpp_handler.py index f717c13..2550a27 100644 --- a/app/sendxmpp_handler.py +++ b/app/sendxmpp_handler.py @@ -24,8 +24,10 @@ class SENDXMPPHandler(Handler): self.logging_xmpp_use_tls = logging_xmpp_use_tls ''' - This works on Debian 10 with flask running under gunicorn3 as a systemd service, hack as necessary - echo '' | /usr/bin/sendxmpp -t -u -j -p + This works on Debian 10 with flask running under + gunicorn3 as a systemd service, hack as necessary + echo '' | /usr/bin/sendxmpp -t -u \ + -j -p ''' def emit(self, record): try: