perf: 优化了用户体验

This commit is contained in:
Soulter
2025-01-20 23:27:13 +08:00
parent 40709462ee
commit e42ce7dd86
4 changed files with 39 additions and 12 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ class Main(star.Star):
docker = aiodocker.Docker()
await docker.version()
return True
except aiodocker.exceptions.DockerError as e:
except BaseException as e:
logger.info(f"检查 Docker 可用性: {e}")
return False