mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-28 18:51:34 +00:00
Fixed #57
This commit is contained in:
@@ -1023,11 +1023,6 @@ class Controller(object):
|
||||
except:
|
||||
pass
|
||||
|
||||
def interact(self):
|
||||
"Select the best action for the currently focused tweet (audio, geocode, URL, etc)."
|
||||
buffer = self.get_current_buffer()
|
||||
buffer.interact()
|
||||
|
||||
def url(self, *args, **kwargs):
|
||||
buffer = self.get_current_buffer()
|
||||
buffer.url()
|
||||
|
Reference in New Issue
Block a user