Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
fix!: alert bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sibalzer committed May 25, 2021
1 parent 9681cfe commit 47e2de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/impfbot.py
Expand Up @@ -24,7 +24,7 @@ def check_for_slot() -> None:
f"Free slot! ({elem['freeSlotSizeOnline']}) {elem['vaccineName']}/{elem['vaccineType']}")

msg = f"Freier Impfslot ({elem['freeSlotSizeOnline']})! {elem['vaccineName']}/{elem['vaccineType']}"
alerts.send_alert(msg)
alerts.alert(msg)

sleep(60*15, 15)
else:
Expand Down

0 comments on commit 47e2de0

Please sign in to comment.