mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-18 22:16:08 -04:00
Clean up interact method.
This commit is contained in:
@@ -437,8 +437,6 @@ class baseBufferController(bufferController):
|
||||
@_tweets_exist
|
||||
def interact(self):
|
||||
"Select the best action for the currently focused tweet (audio, geocode, URL, etc)."
|
||||
#debugging (remove when issue is closed).
|
||||
print "Interact method invoked"
|
||||
tweet = self.get_tweet()
|
||||
urls = utils.find_urls(tweet)
|
||||
#handle audio tweets.
|
||||
|
Reference in New Issue
Block a user