fix(api): make it easier to restart dev server. (#1766)

This commit is contained in:
ⵄⵎⵉⵔⵓⵛ 2023-12-11 15:04:03 +01:00 committed by GitHub
parent 2119761aa3
commit 5a77f1121d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,7 @@ def __check_be_service(service_name):
try:
print(results.text)
# fail_response["details"]["errors"].append(results.text)
except:
except Exception:
print("couldn't get response")
# fail_response["details"]["errors"].append(str(e))
return fail_response