Merge pull request #14 from andr3w-hilton/patch-1

Update voice.py
This commit is contained in:
evilsocket 2019-09-28 17:17:20 +02:00 committed by GitHub
commit f8a01d598b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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!'])