mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
Enable experimental as default
This commit is contained in:
parent
e73da5b677
commit
1c50015f36
@ -25,4 +25,4 @@ class Experimental:
|
|||||||
if env_var := os.getenv(cls.ENV_VAR):
|
if env_var := os.getenv(cls.ENV_VAR):
|
||||||
return env_var.lower() in {"true", "1", "t", "on"}
|
return env_var.lower() in {"true", "1", "t", "on"}
|
||||||
|
|
||||||
return False
|
return True
|
||||||
|
Loading…
Reference in New Issue
Block a user