Skip to content

Commit

Permalink
remove welcome message
Browse files Browse the repository at this point in the history
  • Loading branch information
dewenni committed Oct 30, 2024
1 parent 2d95023 commit 279f767
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/lanis.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ def main():

# LANIS-Client erstellen
client = LanisClient(LanisAccount(LANIS_SCHOOL, LANIS_USER, LANIS_PASSWORD))

# Welcome Nachricht
sendPushover("Lanis-App", "Lanis-App ist gestartet und prüft nun regelmäßig Updates im Schulportal")


# authentifizieren
client.authenticate()

Expand Down

0 comments on commit 279f767

Please sign in to comment.