[attributs] +,
This commit is contained in:
parent
6f0e121045
commit
c4ddc86fc9
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ class blacklist(Attr):
|
|||
now = time.time()
|
||||
self.value = { 'debut' : int (bl_debut),
|
||||
'fin' : bl_fin if bl_fin == '-' else int(bl_fin),
|
||||
'type' : bl_type
|
||||
'type' : bl_type,
|
||||
'comm' : bl_comm,
|
||||
'actif' : int(bl_debut) < now and (bl_fin == '-' or int(bl_fin) > now) }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue