# HG changeset patch # User Peter Sanchez # Date 1429664055 25200 # Tue Apr 21 17:54:15 2015 -0700 # Node ID 9c3863d945d76a8331029d23d6727ca3142b378a # Parent bdaf50a08be104a1cff0b0d0835066841a8c29c9 Fixed calling wrong function for passing on a recommendation. diff --git a/tinder/models.py b/tinder/models.py --- a/tinder/models.py +++ b/tinder/models.py @@ -175,7 +175,7 @@ return self._api.like(self.id) def nope(self): - return self._api.like(self.id) + return self._api.nope(self.id) def __unicode__(self): return u'{name} ({age}), {distance}mi, {ago}'.format(