Rebuild orborus with correct env

This commit is contained in:
Frikky
2023-12-12 13:23:56 +01:00
parent 2383b1e730
commit daf378e5d6
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -340,6 +340,8 @@ class AppBase:
except Exception as e:
self.logger.info(f"[DEBUG] Failed setting proxy config: {e}. NOT important if running apps with webserver. This is NOT critical.")
self.logger.info(f"[DEBUG] Proxy config: {self.proxy_config}")
if isinstance(self.action, str):
try:
self.action = json.loads(self.action)