fix login on dlfp

This commit is contained in:
Romain Bignon 2012-11-23 15:06:25 +01:00
commit 66351f0d1e

View file

@ -195,7 +195,7 @@ class DLFP(BaseBrowser):
return None return None
def login(self): def login(self):
if self.username: if self.username is None:
return return
# not usefull for the moment # not usefull for the moment