liufeng
liufeng
// EnableCompression specifies if the client should attempt to negotiate // per message compression (RFC 7692). Setting this value to true does not // guarantee that compression will be supported....
中国的成就就是不和小人傻逼一般见识,默默发展自己的国防科技和经济,等到中国壮大到一定程度,你们这些小人就归天,等着瞧,还有下次搞这种仓库,不要用简体中文
https://github.com/tychxn/jd-assistant/blob/92bcd4f6d5b10bc92a5ee9b0000e0a2e15e34a73/jd_assistant.py#L48 这里 if not self.eid or not self.fp or not self.track_id or not self.risk_control: raise AsstException('请在 config.ini 中配置 eid, fp, track_id, risk_control 参数,具体请参考 wiki-常见问题') 可以改成 if not all([self.eid, self.fp, self.track_id,...