Skip to content

Commit 84cf8e7

Browse files
committed
fix
1 parent 4ab8c80 commit 84cf8e7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

miservice/cli.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
miio_command,
1414
miio_command_help,
1515
)
16-
from miservice import MISERVICE_VERSION
1716

1817

1918
def usage():
20-
print("MiService %s - XiaoMi Cloud Service\n" % MISERVICE_VERSION)
19+
print("MiService %s - XiaoMi Cloud Service\n")
2120
print("Usage: The following variables must be set:")
2221
print(" export MI_USER=<Username>")
2322
print(" export MI_PASS=<Password>")

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
setup(
1616
name="miservice_fork",
1717
description="XiaoMi Cloud Service fork from https://github.com/Yonsm/MiService",
18-
version="2.1.0",
18+
version="2.1.1",
1919
license="MIT",
2020
author="Yonsm, yihong0618",
2121

0 commit comments

Comments
 (0)