[arpwatch_sendmail.py] On n'a plus besoin de decoder il semblerait

Ignore-this: b3aadc6ac2b7db5aab2315cefe8416f
Je me disais bien qu'il ne se passait plus grand-chose sur arpwatch

darcs-hash:20111126225730-ddb99-e215d70be054d56d87a980c79e7d4ec7cff6827d.gz
This commit is contained in:
Michel Blockelet 2011-11-26 23:57:30 +01:00
parent 39c3b022bc
commit e34c557029

View file

@ -20,7 +20,7 @@ def get_machine(unformated_mac):
if __name__ == "__main__":
texte = sys.stdin.read().decode('ISO-8859-15')
texte = sys.stdin.read() #.decode('ISO-8859-15')
textes = texte.splitlines(True)
i = textes.index(u'\n')
textes[i-1:i-1] = [