Ailitonia / omega-miya

基于 nonebot2 的多平台机器人
MIT License
272 stars 50 forks source link

签到插件启动出错 #72

Closed G41mywaifu closed 2 years ago

G41mywaifu commented 2 years ago

启动时会报错def __get_level(favorability: float) -> tuple[int, int, int]: 的 'type' object is not subscriptable 但我删掉-> tuple[int, int, int]就能正常使用 能知道是什么原因吗

Ailitonia commented 2 years ago

类型标注泛型,请更新 python 到 3.9 以上版本

参见Python 3.9 更新文档

G41mywaifu commented 2 years ago

好的 谢谢