You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,依旧是这个报错
The text was updated successfully, but these errors were encountered:
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,依旧是这个报错
The text was updated successfully, but these errors were encountered: