fix attribute type
This commit is contained in:
parent
5df16207e1
commit
7643cb8ba3
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class TinderBrowser(DomainBrowser):
|
||||||
BASEURL = 'https://api.gotinder.com/'
|
BASEURL = 'https://api.gotinder.com/'
|
||||||
PROFILE = IPhoneClient()
|
PROFILE = IPhoneClient()
|
||||||
|
|
||||||
recs = None
|
recs = []
|
||||||
|
|
||||||
def __init__(self, facebook, *args, **kwargs):
|
def __init__(self, facebook, *args, **kwargs):
|
||||||
super(TinderBrowser, self).__init__(*args, **kwargs)
|
super(TinderBrowser, self).__init__(*args, **kwargs)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue