mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Update voice.py
fixing a slight spelling mistake on one of the phrases
This commit is contained in:
@ -73,7 +73,7 @@ def on_lost_peer(peer):
|
||||
|
||||
def on_miss(who):
|
||||
return random.choice([ \
|
||||
'Whops ...\n%s\nis gone.' % who,
|
||||
'Whoops ...\n%s\nis gone.' % who,
|
||||
'%s\nmissed!' % who,
|
||||
'Missed!'])
|
||||
|
||||
|
Reference in New Issue
Block a user