Added reposts to the list of handled post in buffers
This commit is contained in:
@@ -70,7 +70,7 @@ class baseBuffer(object):
|
||||
if event != None:
|
||||
try:
|
||||
getattr(self, event)()
|
||||
except KeyError:
|
||||
except AttributeError:
|
||||
pass
|
||||
|
||||
def volume_down(self):
|
||||
|
Reference in New Issue
Block a user