refactor(main): 优化代码功能和依赖
- 更新 domain_page函数调用,增加 logger 参数- 添加 ldap3 依赖 - 修复 return_goods.py 中的类型转换问题
Showing
| ... | ... | @@ -10,4 +10,5 @@ pika==1.3.2 |
| xmltodict==0.14.2 | ||
| python-dotenv==1.0.1 | ||
| paramiko==3.5.0 | ||
| ttkbootstrap==1.10.1 | ||
| \ No newline at end of file | ||
| ttkbootstrap==1.10.1 | ||
| ldap3==2.9.1 | ||
| \ No newline at end of file |
Please register or sign in to comment