diff --git a/app.py b/app.py index 14d4be9..ae24788 100644 --- a/app.py +++ b/app.py @@ -55,11 +55,11 @@ def init_db(): ( "Calendrier de l'Avent 2025", "Le calendrier de l'Avent officiel avec tirage aléatoire et gestion des utilisateurs.", - "https://cdn-icons-png.flaticon.com/512/616/616408.png", + "https://cdn-icons-png.flaticon.com/512/3778/3778427.png", 24 ) ).lastrowid - people_list = ["Valentin", "Nicolas", "Victor", "Julie", "Louis", "Alexandre", "David", "Raphaël"] + people_list = ["Rudolph", "Dasher", "Dancer", "Prancer", "Comet", "Cupid", "Vixen", "Donner"] for name in people_list: db.execute( "INSERT INTO people (project_id, name, draws, max_draws) VALUES (?, ?, 0, 0)",