Skip to content

Commit d184f7e

Browse files
committed
* 解决加密狗重复登录的bug
1 parent 7cf4b0e commit d184f7e

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
### 更新日志
22

3-
#### JadeV2.0.7 - 2023-07-19
4-
* 解决打包一个完成的包,exclude_files不生效的bug
3+
#### JadeV2.0.7 - 2023-09-21
4+
* 解决加密狗重复登录的bug
55
---
66

77
<details onclose>
88
<summary>查看更多更新日志</summary>
99

10+
#### JadeV2.0.7 - 2023-07-19
11+
* 解决打包一个完成的包,exclude_files不生效的bug
12+
---
13+
1014
#### JadeV2.0.6 - 2023-07-19
1115
* 新增exclude_files参数,去除打包时不必要的动态库
1216
* 解决如果为空,打包失败的bug

jade/jade_threading.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def run(self):
3333
break
3434
else:
3535
haspStruct, feature_id, login_status = self.pyldk.login()
36+
self.pyldk.adapter.logout(haspStruct.handle)
3637
while haspStruct.status == 0 and login_status:
3738
haspStruct, feature_id,login_status = self.pyldk.login(feature_id)
3839
if haspStruct.status == 0 and login_status:

0 commit comments

Comments
 (0)