remove date from texts

This commit is contained in:
AntonObersteiner 2024-06-05 13:58:09 +02:00
parent 742843cc78
commit a3d057d5b0

View file

@ -94,7 +94,7 @@ Good Luck
# fünf Tatverdächtige # fünf Tatverdächtige
# Uhrzeiten, siehe Infos von Verantwortlichen # Uhrzeiten, siehe Infos von Verantwortlichen
# Groß-Klein-Schreibung # Groß-Klein-Schreibung
date = "05.06.2024" date = "06.06.2024"
hidden_data = [ hidden_data = [
"Anna Bartel: Zweitversuch nicht bestanden.\n" "Anna Bartel: Zweitversuch nicht bestanden.\n"
"Anna Bartel: second attempt not passed.", "Anna Bartel: second attempt not passed.",
@ -106,16 +106,16 @@ hidden_data = [
"Dennis Meier: 2nd attempt not passed.", "Dennis Meier: 2nd attempt not passed.",
"Elisa Menniz: Zweitversuch nicht bestanden.\n" "Elisa Menniz: Zweitversuch nicht bestanden.\n"
"Elisa Menniz: second attempt not passed.", "Elisa Menniz: second attempt not passed.",
f"Anna Bartel: Prüfung am {date} um 13:00.\n" f"Anna Bartel: Prüfung um 13:00.\n"
f"Anna Bartel: exam on {date}, 13:00.", f"Anna Bartel: exam, 13:00.",
f"Boris Parsch: Prüfung am {date} um 14:00.\n" f"Boris Parsch: Prüfung um 14:00.\n"
f"Boris Parsch: exam on {date}, 14:00.", f"Boris Parsch: exam, 14:00.",
f"Charlotte Winter: Prüfung am {date} um 13:30.\n" f"Charlotte Winter: Prüfung um 13:30.\n"
f"Charlotte Winter: exam on {date}, 13:30.", f"Charlotte Winter: exam, 13:30.",
f"Dennis Meier: Prüfung am {date} um 10:00.\n" f"Dennis Meier: Prüfung um 10:00.\n"
f"Dennis Meier: exam on {date}, 10:00.", f"Dennis Meier: exam, 10:00.",
f"Elisa Menniz: Prüfung am {date} um 14:30.\n" f"Elisa Menniz: Prüfung um 14:30.\n"
f"Elisa Menniz: exam on {date}, 14:30.", f"Elisa Menniz: exam, 14:30.",
f"Anna Bartel: blaue Augen.\n" f"Anna Bartel: blaue Augen.\n"
f"Anna Bartel: blue eyes.", f"Anna Bartel: blue eyes.",
f"Boris Parsch: blaue Augen.\n" f"Boris Parsch: blaue Augen.\n"
@ -143,7 +143,7 @@ network = Network(
), ),
hat_den = Choice( hat_den = Choice(
versuch = [": ",], versuch = [": ",],
prüfungszeit = [(f": Prüfung am {date} um ", f": exam on {date}, ")], prüfungszeit = [(f": Prüfung um ", f": exam, ")],
augenfarbe = [": ",], augenfarbe = [": ",],
), ),
augenfarbe = Choice( augenfarbe = Choice(