Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
vikas-kundu authored May 12, 2021
1 parent ce71def commit 0fb8356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vaccinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def search_by_pin(self):
######## Alert functions ########
def desktop_notification(data):
notification.notify(
title = "Sample Notification",
title = 'vaccinator Slots Found!',
message = data,
timeout = 10
)
Expand Down

0 comments on commit 0fb8356

Please sign in to comment.