fix(api): make it easier to restart dev server. (#1766)
This commit is contained in:
parent
2119761aa3
commit
5a77f1121d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue