Updated to main branch. Removed cluttering asyncio and httpx log messages

This commit is contained in:
Qubasa
2023-10-27 23:36:45 +02:00
parent 410b7c1158
commit 00ef406713
12 changed files with 113 additions and 129 deletions

View File

@@ -32,7 +32,6 @@ async def create_machine(flake_name: FlakeName, machine_name: str) -> Dict[str,
cwd=folder,
)
response["git commit"] = out
return response