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
对于京东先预约再抢购的商铺程序无法自动下单购买,请解决一下------------------ 原始邮件 ------------------
发件人: "Michael Yin"<[email protected]>
发送时间: 2020年2月17日(星期一) 中午11:40
收件人: "cycz/jdBuyMask"<[email protected]>;
抄送: "Subscribed"<[email protected]>;
主题: Re: [cycz/jdBuyMask] V3 运行错误 (#69)
python 版本不一致,导致这个语句执行有二义性
在python3.6 下, item.strip().split('=', 1) 返回一个数组,所以无法为 name, value 这个元组赋值
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
jdBuyMask-master\jdBuyMask-master>python jdBuyMask_V3.py
Traceback (most recent call last):
File "jdBuyMask_V3.py", line 98, in
name, value = item.strip().split('=', 1)
ValueError: not enough values to unpack (expected 2, got 1)
The text was updated successfully, but these errors were encountered: