suppression des prints
darcs-hash:20051016113531-6d78a-bd76538b67f59f24ae8519b12e587590e78ec214.gz
This commit is contained in:
parent
5775b3cf58
commit
234d623fac
1 changed files with 0 additions and 3 deletions
|
@ -192,14 +192,11 @@ if veroles:
|
||||||
for ligne in bl:
|
for ligne in bl:
|
||||||
# On réédite si possible les lignes existantes pour ne pas charger la blackliste
|
# On réédite si possible les lignes existantes pour ne pas charger la blackliste
|
||||||
if 'virus,' in ligne :
|
if 'virus,' in ligne :
|
||||||
print ligne
|
|
||||||
liste=ligne.split(',')
|
liste=ligne.split(',')
|
||||||
date = time()
|
date = time()
|
||||||
debut = localtime(date)
|
debut = localtime(date)
|
||||||
argument=['now','-','virus',hostname]
|
argument=['now','-','virus',hostname]
|
||||||
print argument
|
|
||||||
index = bl.index(ligne)
|
index = bl.index(ligne)
|
||||||
print index
|
|
||||||
proprio.blacklist((index,argument))
|
proprio.blacklist((index,argument))
|
||||||
proprio.save()
|
proprio.save()
|
||||||
break
|
break
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue