charliewolf / pynder

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

Stucking in loop #185

Closed heylamourding closed 6 years ago

heylamourding commented 6 years ago

import itertools import pynder session = pynder.Session(FB_token) users = session.nearby_users() for user in itertools.islice(users, 5): ... print user.like()

Stucking in loop. Is there any wrong? Thanks!

derblub commented 6 years ago

This is not the right place to help you learn coding.
If you don't know how to debug a for-loop, you're going to have a hard time.

charliewolf commented 6 years ago

maybe a little more blunt than I might have put it but @derblub is on point here