feat.新增日志外部接口,更新python接口

This commit is contained in:
MistEO
2022-02-19 22:36:45 +08:00
parent dd5305f51d
commit 5725d20809
5 changed files with 46 additions and 29 deletions

View File

@@ -17,7 +17,7 @@ if __name__ == "__main__":
print('version', asst.get_version())
if asst.catch_custom('127.0.0.1:7555'):
if asst.connect('adb', '127.0.0.1:5555'):
print('连接成功')
else:
print('连接失败')