fix: .strip() weekday_key_name
All checks were successful
Build and Run VSTU Schedule Parser / build_and_run (push) Successful in 19s

This commit is contained in:
2026-04-05 22:23:04 +03:00
parent 1700b6db14
commit ef430e6232

View File

@@ -261,7 +261,7 @@ class Parser:
continue continue
pprint(weekday) pprint(weekday)
weekday_key_name = weekday + ("_1" if weeknum == 1 else "_2") weekday_key_name = (str(weekday) + ("_1" if weeknum == 1 else "_2")).strip()
self.push_weekday_meta(weekday, weeknum, weekday_key_name, weekday_mr) self.push_weekday_meta(weekday, weeknum, weekday_key_name, weekday_mr)
# state # state