mirror of
https://github.com/open-webui/mcpo
synced 2025-06-26 18:26:58 +00:00
fix: --env option
This commit is contained in:
@@ -77,7 +77,7 @@ def main(
|
||||
env_dict = {}
|
||||
if env:
|
||||
for var in env:
|
||||
key, value = env.split("=", 1)
|
||||
key, value = var.split("=", 1)
|
||||
env_dict[key] = value
|
||||
|
||||
# Set environment variables
|
||||
|
||||
Reference in New Issue
Block a user