Urinx / WeixinBot

网页版微信API,包含终端版微信及微信机器人
Apache License 2.0
7.21k stars 1.98k forks source link

SyntaxError: invalid syntax #250

Open cnfhv opened 6 years ago

cnfhv commented 6 years ago

sh-3.2# python weixin.py File "weixin.py", line 1098 def _get(self, url: object, api: object = None, timeout: object = None) -> object: ^ SyntaxError: invalid syntax

Le0n-Chen commented 5 years ago

I have solved this problem by using python 3+.