We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我在设置了min_version和max_version后未生效, 是ChromeUA初始化的方式不对吗?
The text was updated successfully, but these errors were encountered:
升级到1.0.9版本 已经修复该问题, 并且支持新写法(并不影响原来的用法):
Sorry, something went wrong.
from anti_useragent import UserAgent ua = UserAgent()
assert isinstance(self.min_version, int), 'Min Version must be int' AssertionError: Min Version must be int
感谢这位兄弟: #6 已经帮我发现这个问题了, 还没来得及发新版, 最新已回复#7
No branches or pull requests
我在设置了min_version和max_version后未生效, 是ChromeUA初始化的方式不对吗?
The text was updated successfully, but these errors were encountered: