nunterr

Results 4 issues of nunterr

def _get(self, url: object, api: object = None) -> object: request = urllib.request.Request(url=url) request.add_header('Referer', 'https://wx.qq.com/') File "weixin.py", line 1067 def _get(self, url: object, api: object = None) -> object: ^...

你更改后的版本,我在python2.7.13版本可以使用,python3.6.1版本会报错 EF.1.2Traceback (most recent call last): File "HTMLTestRunner.py", line 826, in main(module=None) File "/usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/main.py", line 94, in __init__ self.runTests() File "HTMLTestRunner.py", line 817, in runTests unittest.TestProgram.runTests(self) File "/usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/main.py", line 255,...