Skip to content
Snippets Groups Projects
Commit 23d51aff authored by jabertwo's avatar jabertwo
Browse files

some fixes in sendmail_plenum

parent 40a8244e
No related branches found
No related tags found
No related merge requests found
...@@ -74,4 +74,4 @@ success = False ...@@ -74,4 +74,4 @@ success = False
try: try:
success = do_work() success = do_work()
finally: finally:
requests.get"{{ healthchecks_url }}" if success else "{{ healthchecks_url }}" + "/fail") requests.get("{{ healthchecks_url }}" if success else "{{ healthchecks_url }}" + "/fail")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment