#31: Refactored solution.

This commit is contained in:
Bill Dengler
2015-05-11 20:25:35 -04:00
parent f241a1fc31
commit 3f63046cbb
2 changed files with 3 additions and 6 deletions

View File

@@ -411,7 +411,7 @@ class baseBufferController(bufferController):
self.session.sound.play("audio.ogg")
if utils.is_geocoded(tweet):
self.session.sound.play("geo.ogg")
self.session.db[str(self.name+"_pos")]=self.buffer.list.get_selected()
@_tweets_exist
def audio(self):
tweet = self.get_tweet()