update recs only when needed
This commit is contained in:
parent
fb011f2be6
commit
5df16207e1
1 changed files with 0 additions and 2 deletions
|
|
@ -85,8 +85,6 @@ class TinderBrowser(DomainBrowser):
|
|||
self.my_id = me['user']['_id']
|
||||
self.my_name = me['user']['name']
|
||||
|
||||
self.update_recs()
|
||||
|
||||
def get_threads(self):
|
||||
resp = self.request('/updates', data={'last_activity_date': '2014-05-01T06:13:16.971Z'})
|
||||
return sorted(resp['matches'], key=lambda m: m['last_activity_date'], reverse=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue