Unpin files

This commit is contained in:
Eryn Wells 2016-11-19 00:53:01 -05:00
parent a2e4f99eec
commit a446dfdce8
2 changed files with 8 additions and 3 deletions

View file

@ -71,7 +71,7 @@ class Channel(object):
return oldest_pin
def remove_pin(self, pin):
result = slack.remove_pin(pin)
result = slack.remove_pin(pin, self.ident)
return result
def save_pin(self, pin):