Fixed a bug that prevent orborus docker network passing
This commit is contained in:
@@ -101,7 +101,7 @@ class AppBase:
|
||||
except requests.exceptions.ConnectionError as e:
|
||||
print("Connectionerror: %s" % e)
|
||||
|
||||
action_result["result"] = "Bad setup during startup: %d" % e
|
||||
action_result["result"] = "Bad setup during startup: %s" % e
|
||||
self.send_result(action_result, headers, stream_path)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user