Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
hinweis anstatt eingabeaufforderung
Browse files Browse the repository at this point in the history
  • Loading branch information
timreibe committed May 27, 2021
1 parent 2411caa commit f45307b
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,16 +438,8 @@ def main():
""")
print("Automatische Terminbuchung für den Corona Impfterminservice\n")

print("Termine können AUSSCHLIESSLICH für Personen gebucht werden, die zur Impfung berechtigt sind.\n"
"Ob Anspruch auf eine Impfung besteht kann hier geprüft werden:\n"
print("Vor der Ausführung des Programms ist die Berechtigung zur Impfung zu prüfen.\n"
"Ob Anspruch auf eine Impfung besteht, kann hier nachgelesen werden:\n"
"https://www.impfterminservice.de/terminservice/faq\n")

ist_impfberechtigt = input("> Hiermit bestätige ich AUSDRÜCKLICH, dass dieses TOOL nur für die "
"Terminsuche EINER PERSON verwendet wird.\n"
" Der ANSPRUCH AUF EINE CORONA SCHUTZIMPFUNG wurde geprüft. JA (y) oder NEIN (n): ")

if ist_impfberechtigt.lower() == "y":
print()
main()
else:
print("vaccipy wird nun beendet.")
main()

0 comments on commit f45307b

Please sign in to comment.