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

Commit

Permalink
Merge branch 'beta' into confirm-impfb
Browse files Browse the repository at this point in the history
  • Loading branch information
timreibe committed May 27, 2021
2 parents f45307b + 1cb9189 commit 6ea99ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/its.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,8 @@ def termin_suchen(self, plz):
self.log.success(f"{num}. Termin: {ts}")
if ENABLE_BEEPY:
beepy.beep('coin')
else:
print("\a")
return True, 200
else:
self.log.info(f"Keine Termine verfügbar in {plz}")
Expand Down

0 comments on commit 6ea99ec

Please sign in to comment.