charliewolf / pynder

:fire: Python client for tinder api
Other
638 stars 142 forks source link

AttributeError: 'Match' object has no attribute 'distance_km' #182

Open sof123 opened 6 years ago

sof123 commented 6 years ago

I'm not sure why this change was made but how are we supposed to get the distance from matches now?

match_list = list(session.matches())
for match in match_list:
    match.distance_km()

gives

'Match' object has no attribute 'distance_km'