Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assert isinstance(self.min_version, int), 'Min Version must be int' #7

Open
XYZliang opened this issue Sep 17, 2022 · 1 comment
Open
Labels
bug Something isn't working

Comments

@XYZliang
Copy link

from anti_useragent import UserAgent ua = UserAgent() print(ua.wechat)
报错:
assert isinstance(self.min_version, int), 'Min Version must be int'
用的是最新的1.0.9,即使设定minversion,依旧是这个报错

@ihandmine ihandmine added the bug Something isn't working label Sep 19, 2022
@ihandmine
Copy link
Owner

ihandmine commented Sep 19, 2022

感谢反馈 之前有个哥们发现了这个问题 git上修复了 还没来的及发新版
今天加强了这部分校验, 已在1.0.10版本已修复该问题:
image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants