python3下tomorow模块报语法错误def async(n, base_type, timeout=None): ^ SyntaxError: invalid syntax

python3 pip 安装tomorrow模块,调用时候会报错:def async(n, base_type, timeout=None): ^ SyntaxError: invalid syntaxpython

查看motorrow.py源码发现,async是python的关键字,换个换个函数名,如async_thasync

相关文章
相关标签/搜索