From fd1dda6c7fc63c12846f78c12f3ab2a169ae3d9c Mon Sep 17 00:00:00 2001 From: Guy Van Sanden Date: Wed, 20 Mar 2024 11:40:17 +0100 Subject: [PATCH] Fix notify var --- src/tellme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tellme.py b/src/tellme.py index e499713..0c8c06e 100755 --- a/src/tellme.py +++ b/src/tellme.py @@ -76,6 +76,7 @@ baseurl = config['url'] webhook = config['webhook'] message = args.message +notify = args.notify ran = False if args.pid != 0: