[lc_ldap, attributs] bugfixes, pylint++
This commit is contained in:
parent
4d761ed180
commit
22b173a2d4
2 changed files with 15 additions and 16 deletions
|
@ -435,7 +435,7 @@ class blacklist(Attr):
|
|||
return self.value['actif']
|
||||
|
||||
def terminer(self):
|
||||
self.value.fin = max(self.value.debut, time.time() - 60)
|
||||
self.value['fin'] = max(self.value['debut'], time.time() - 60)
|
||||
self.actif = False
|
||||
|
||||
def __unicode__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue