Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
weinibuliu committed Dec 5, 2024
1 parent 8216d23 commit 89a5f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/binding/Python/maa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 89a5f81

Please sign in to comment.