onFocus will play the ogg file instead the mp3

This commit is contained in:
2014-12-05 11:25:29 -06:00
parent 80e231b689
commit 20b5fc079b
2 changed files with 2 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ class basePanel(wx.Panel):
if twitter.utils.is_audio(tweet): if twitter.utils.is_audio(tweet):
sound.player.play("audio.ogg", False) sound.player.play("audio.ogg", False)
if twitter.utils.is_geocoded(tweet): if twitter.utils.is_geocoded(tweet):
sound.player.play("geo.mp3", False) sound.player.play("geo.ogg", False)
def start_streams(self): def start_streams(self):
if self.name_buffer == "sent": if self.name_buffer == "sent":