mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-23 03:33:35 +00:00
change cli.py message in according with setup.py
This commit is contained in:
parent
0c1d8b6efe
commit
e6faf9dd05
@ -6,8 +6,8 @@ from pprint import pformat as pf
|
|||||||
|
|
||||||
import click
|
import click
|
||||||
|
|
||||||
if sys.version_info < (3, 4):
|
if sys.version_info < (3, 5):
|
||||||
print("To use this script you need python 3.4 or newer! got %s" % sys.version_info)
|
print("To use this script you need Python 3.5 or newer! got %s" % sys.version_info)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
from pyHS100 import SmartPlug # noqa: E402
|
from pyHS100 import SmartPlug # noqa: E402
|
||||||
|
Loading…
Reference in New Issue
Block a user