Fix PEP8 E713
This commit is contained in:
parent
c4f221fba0
commit
f7115f5f69
8 changed files with 8 additions and 8 deletions
|
|
@ -98,7 +98,7 @@ class TinderModule(Module, CapMessages, CapMessagesPost, CapDating):
|
|||
|
||||
def iter_threads(self):
|
||||
for thread in self.browser.get_threads():
|
||||
if not 'person' in thread:
|
||||
if 'person' not in thread:
|
||||
# The account has been removed, probably because it was a
|
||||
# spammer.
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue