fix login on dlfp
This commit is contained in:
parent
64617e7356
commit
66351f0d1e
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ class DLFP(BaseBrowser):
|
|||
return None
|
||||
|
||||
def login(self):
|
||||
if self.username:
|
||||
if self.username is None:
|
||||
return
|
||||
|
||||
# not usefull for the moment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue