Skip to content

Commit 5b942f0

Browse files
author
Ilya Ableev
committed
#130, removed unnecessary lines, found the reason
1 parent 9cb9381 commit 5b942f0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

zbxtg.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -568,12 +568,6 @@ def main():
568568
do_not_exit = True
569569
print_message("Settings: " + str(json.dumps(settings, indent=2)))
570570

571-
# acknowledge message, agrh
572-
# https://github.com/ableev/Zabbix-in-Telegram/issues/130
573-
elif len(args) == 3: # probably someone acknowledges a problem
574-
do_not_exit = True
575-
args.append("")
576-
577571
else:
578572
print(("Hi. You should provide at least three arguments.\n"
579573
"zbxtg.py [TO] [SUBJECT] [BODY]\n\n"

0 commit comments

Comments
 (0)