From 68fddc0656a2d67b9cbd7eebaedebbc550876a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BE=D1=80=D0=BE=D0=B1=D1=8C=D0=B5=D0=B2=20=D0=9F?= =?UTF-8?q?=D0=B0=D0=B2=D0=B5=D0=BB?= Date: Wed, 10 Jun 2020 11:08:23 +0300 Subject: [PATCH] Update icqnotify.py --- icqnotify.py | 1 + 1 file changed, 1 insertion(+) diff --git a/icqnotify.py b/icqnotify.py index 1ea58f4..a71211e 100755 --- a/icqnotify.py +++ b/icqnotify.py @@ -23,4 +23,5 @@ def send(message): if __name__ == '__main__': message = ' '.join(sys.argv[1:]).strip().replace("\\n", "\n") + print("about to send message '%s'" % message) send(message)