From 89a5f817ac04ccf70e81e7fd111052bbd6761166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E7=95=99?= Date: Thu, 5 Dec 2024 12:50:10 +0800 Subject: [PATCH] Update __init__.py --- source/binding/Python/maa/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/binding/Python/maa/__init__.py b/source/binding/Python/maa/__init__.py index 4a449bda4..519c51537 100644 --- a/source/binding/Python/maa/__init__.py +++ b/source/binding/Python/maa/__init__.py @@ -3,7 +3,7 @@ from .library import Library -env_path: str | None = os.environ.get("MAAFW_BINARY_PATH") +env_path = os.environ.get("MAAFW_BINARY_PATH") if env_path: __PATH = Path(env_path) else: