We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f89db commit a154324Copy full SHA for a154324
1 file changed
moumoubaimifan/zhubo/zhubo.py
@@ -27,8 +27,8 @@ def __init__(self):
27
# 输出执行命令结果结果
28
stdout = stdout.decode("utf-8")
29
30
- # if len(stdout) <= 26:
31
- # raise Exception("没有连接到手机")
+ if len(stdout) <= 26:
+ raise Exception("没有连接到手机")
32
print("成功连接手机!")
33
34
0 commit comments