WeixinBot icon indicating copy to clipboard operation
WeixinBot copied to clipboard

SyntaxError: invalid syntax

Open nunterr opened this issue 7 years ago • 3 comments

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: ^ SyntaxError: invalid syntax

nunterr avatar Apr 12 '17 09:04 nunterr

python3的新语法

thrbowl avatar Apr 12 '17 13:04 thrbowl

已经更新到最新的python3了,还是有syntax error?

muyangwu avatar Apr 17 '17 01:04 muyangwu

请问楼主问题解决啦?

cnfhv avatar Feb 01 '18 08:02 cnfhv