Mehr Änderungen auf Betroffene
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user