Skip to content

Commit 111edb6

Browse files
committed
* 删除加密狗加载失败原因
1 parent e06c917 commit 111edb6

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CONTRIBUTING.md

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

33

4-
#### PyLdkV1.1.6 - 2024-06-11
5-
* 解决SO包不要存在或被手动删除时,应直接退出程序
6-
---
74

5+
#### PyLdkV1.1.7 - 2024-06-11
6+
* 删除加密狗加载失败原因
7+
---
88

99
<details onclose>
1010
<summary>查看更多更新日志</summary>
1111

12+
#### PyLdkV1.1.6 - 2024-06-11
13+
* 解决SO包不要存在或被手动删除时,应直接退出程序
14+
---
15+
1216
#### PyLdkV1.1.5 - 2024-05-08
1317
* 需要校验feature id 时,如果传入多个feature id,最后在判断加密狗授权是否正确,中途不在输出日志
1418
---

pyldk/pyldk.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def __init__(self,JadeLog=None):
2222
try:
2323
self.adapter = BaseAdapter(os.path.join(libs_dir,os.listdir(libs_dir)[0]),JadeLog)
2424
except:
25+
self.log("加密狗初始化失败,失败原因为:加密狗文件被删除")
2526
Exit(-1)
2627

2728
def get_system_arch(self):

0 commit comments

Comments
 (0)