gsd 2 months ago
parent
commit
84d3d5c3a1
  1. 1
      backend_integration.py

1
backend_integration.py

@ -27,6 +27,7 @@ class BackendClient:
self.up = True
except:
error("Cannot create http session")
traceback.print_exc()
if exit_if_error:
error("exit if backend is down")
sys.exit(200)

Loading…
Cancel
Save