StageGuard / SuperCourseTimetableBot

基于 mirai-console 的 超级课表上课提醒QQ机器人 插件
GNU Affero General Public License v3.0
89 stars 10 forks source link

同步了错误学年和学期的课程表 #30

Closed AiconMomo closed 2 years ago

AiconMomo commented 2 years ago

本学期为2022-2023学年第一学期,但是机器人获取了2021-2022学年第二学期的课程表,在删除了超级课程表客户端的2021-2022学年的数据后,机器人仍然选择获取2021-2022学年第二学期的课程表,但因为数据缺失,报错同步失败。

StageGuard commented 2 years ago

设定为 9 月 1 日后才为冬季学期,具体判断逻辑在 https://github.com/StageGuard/SuperCourseTimetableBot/blob/main/src/main/kotlin/me/stageguard/sctimetable/service/TimeProviderService.kt#L93 所以两天后再同步就没问题了(bushi

AiconMomo commented 2 years ago

好的,感谢作者大大