1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 20:04:52 +00:00

feat: 7 choices in lesson

This commit is contained in:
RedDeadDepresso
2024-01-10 14:52:00 +00:00
committed by YoursFunny
parent 9d0c276db5
commit 01a3fdfce5
8 changed files with 179 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class Schedule(ScheduleUI):
info = []
input_valid = True
schedule_config = self.config.cross_get("Schedule")
choices = ["Choice1", "Choice2", "Choice3", "Choice4", "Choice5"]
choices = ["Choice1", "Choice2", "Choice3", "Choice4", "Choice5", "Choice6", "Choice7"]
for choice in choices:
location, classrooms = schedule_config[choice]["Location"], schedule_config[choice]["Classrooms"]