forked from Anri/cal8tor
uppercase the letter
This commit is contained in:
parent
ac6dbcf54c
commit
fa51950060
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ async fn main() {
|
|||
"Fetch the timetable for L{}{}{}...",
|
||||
year,
|
||||
seperator,
|
||||
letter.unwrap_or_default()
|
||||
letter.unwrap_or_default().to_uppercase()
|
||||
);
|
||||
let timetable = timetable::timetable(year, args.semester, letter).await;
|
||||
|
||||
|
|
Loading…
Reference in a new issue