Skip to content

Commit a154324

Browse files
committed
no message
1 parent 13f89db commit a154324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

moumoubaimifan/zhubo/zhubo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ def __init__(self):
2727
# 输出执行命令结果结果
2828
stdout = stdout.decode("utf-8")
2929

30-
# if len(stdout) <= 26:
31-
# raise Exception("没有连接到手机")
30+
if len(stdout) <= 26:
31+
raise Exception("没有连接到手机")
3232
print("成功连接手机!")
3333

3434

0 commit comments

Comments
 (0)