Skip to content

Commit 509a59f

Browse files
committed
* 加密狗如果没有feature id或者获取feature id失败时,需要退出会话
1 parent 79bd29c commit 509a59f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CONTRIBUTING.md

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

3-
#### JadeV1.9.9 - 2023-04-21
4-
* 加密狗的监测支持自定义feature id
3+
#### JadeV2.0.1 - 2023-05-08
4+
* 加密狗如果没有feature id或者获取feature id失败时,需要退出会话
55
---
66

7-
87
<details onclose>
98
<summary>查看更多更新日志</summary>
109

10+
#### JadeV1.9.9 - 2023-05-08
11+
* 加密狗的监测支持自定义feature id
12+
---
13+
1114
#### JadeV1.9.8 - 2023-04-21
1215
* 加密狗监测线程支持多个加密狗
1316
* 如果当前登录的加密狗超过最大限制数量,在查找是否还有新的加密狗

jade/jade_threading.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def run(self):
4242
else:
4343
break
4444
if self.pyldk.get_ldk(self.feature_id) is False:
45+
self.logout()
4546
break
4647
else:
4748
self.JadeLog.DEBUG("加密狗监听正常")

0 commit comments

Comments
 (0)