avoid aborting profiles walker when queue is empty
This commit is contained in:
parent
c634947139
commit
51ec383b07
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ class TinderBrowser(APIBrowser):
|
||||||
if len(self.recs) == 0:
|
if len(self.recs) == 0:
|
||||||
self.update_recs()
|
self.update_recs()
|
||||||
if len(self.recs) == 0:
|
if len(self.recs) == 0:
|
||||||
return
|
return 60
|
||||||
|
|
||||||
profile = self.recs.pop()
|
profile = self.recs.pop()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue