Fixed a bug that prevent orborus docker network passing

This commit is contained in:
frikky
2020-07-21 18:22:41 +02:00
parent 5c1c92a0e6
commit 1ea4a23381
3 changed files with 23 additions and 14 deletions
+1 -1
View File
@@ -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