|
|
有点小问题,咨询下是缺了点什么?
Traceback (most recent call last):
File "C:\qq.py", line 157, in <module>
QQ.login()
File "C:\qq.py", line 106, in login
self.getMsgFun()
File "C:\qq.py", line 110, in getMsgFun
s2Back = self.httpRequest('get','http://q32.3g.qq.com/g/s?aid=nqqchatMain&si
d='+self.sid)
TypeError: cannot concatenate 'str' and 'NoneType' objects |
|