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:
		
							parent
							
								
									8330223d19
								
							
						
					
					
						commit
						4063d352fd
					
				| @ -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 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user