Skip to content

Commit

Permalink
Script: spazzino: aumentato tolleranza sui cambiamenti di contenuto
Browse files Browse the repository at this point in the history
  • Loading branch information
Gelma committed Sep 8, 2011
1 parent 426cd17 commit df6412e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/spazzino.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def controllo_homepage(self):

self.Termini_Precedenti = self._v_Termini_Attuali

if valore_magico <= 0.7:
if valore_magico <= 0.6:
self.notifica('Atten.: differenze contenuto homepage ('+str(valore_magico)+')')
else:
logga('Lug <'+self.id+'>: valore_magico a', valore_magico)
Expand Down

0 comments on commit df6412e

Please sign in to comment.