renamed var to container_name

This commit is contained in:
Dillon DuPont
2025-05-26 23:25:42 -04:00
parent 2e1e688ae1
commit bf869c630c
4 changed files with 37 additions and 37 deletions

View File

@@ -45,7 +45,7 @@ async def main():
# computer = Computer(
# os_type="linux",
# api_key=os.getenv("CUA_API_KEY"),
# name=os.getenv("VM_NAME"),
# name=os.getenv("CONTAINER_NAME"),
# provider_type=VMProviderType.CLOUD,
# )