add notice

This commit is contained in:
Mylloon 2023-09-28 00:30:33 +02:00
parent 2ec3455d16
commit 75832958d8
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -63,6 +63,7 @@ async fn main() {
println!("Fichier .ICS construit et exporté => {}", filename);
} else {
println!("\x1b[93mNOTICE: IT WON'T WORK!!!\x1b[0m");
// Show the calendar
println!("Affichage...");
timetable::display(timetable, args.cl);