Commit ab2cb422 authored by jameskrw's avatar jameskrw
Browse files

minor

parent 0d0ce9ca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ class BatchEnvServer:
        self.host = config.server.host
        self.port = config.server.port
        self.debug = config.server.debug
        self.config=config
        
        # Dictionary to store services by environment type
        self.services = {}