We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb9381 commit 5b942f0Copy full SHA for 5b942f0
zbxtg.py
@@ -568,12 +568,6 @@ def main():
568
do_not_exit = True
569
print_message("Settings: " + str(json.dumps(settings, indent=2)))
570
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
-
577
else:
578
print(("Hi. You should provide at least three arguments.\n"
579
"zbxtg.py [TO] [SUBJECT] [BODY]\n\n"
0 commit comments