We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79bd29c commit 509a59fCopy full SHA for 509a59f
CONTRIBUTING.md
@@ -1,13 +1,16 @@
1
### 更新日志
2
3
-#### JadeV1.9.9 - 2023-04-21
4
-* 加密狗的监测支持自定义feature id
+#### JadeV2.0.1 - 2023-05-08
+* 加密狗如果没有feature id或者获取feature id失败时,需要退出会话
5
---
6
7
-
8
<details onclose>
9
<summary>查看更多更新日志</summary>
10
+#### JadeV1.9.9 - 2023-05-08
11
+* 加密狗的监测支持自定义feature id
12
+---
13
+
14
#### JadeV1.9.8 - 2023-04-21
15
* 加密狗监测线程支持多个加密狗
16
* 如果当前登录的加密狗超过最大限制数量,在查找是否还有新的加密狗
jade/jade_threading.py
@@ -42,6 +42,7 @@ def run(self):
42
else:
43
break
44
if self.pyldk.get_ldk(self.feature_id) is False:
45
+ self.logout()
46
47
48
self.JadeLog.DEBUG("加密狗监听正常")
0 commit comments