Mehr Änderungen auf Betroffene

This commit is contained in:
2024-05-13 16:37:40 +02:00
parent b678fb01da
commit 9b6ba29650
2 changed files with 10 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ def input_code():
if ';' in scancode:
kompletter_qrcode = scancode
nachname, vorname, geburtsdatum, geschlecht, plz, ort, nationalitaet, strasse, _, _, _, _, _, _, _ = kompletter_qrcode.split(";")
nachname, vorname, geburtsdatum, geschlecht, plz, ort, nationalitaet, strasse, _, _, _, _, _, _ = kompletter_qrcode.split(";")
kompletter_name = nachname + ", " + vorname
print("AUSGABE DER DATEN")
@@ -77,8 +77,8 @@ def main():
input_code()
elif (menu_auswahl == 2):
print("SORRY - 2")
elif (menu_auswahl == 3):
print("SORRY - 3")
elif (menu_auswahl == 3):
print("SORRY - 3")
elif (menu_auswahl == 4):
make_qrcode()
elif (menu_auswahl == 5):