[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:
parent
39c3b022bc
commit
e34c557029
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ def get_machine(unformated_mac):
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
texte = sys.stdin.read().decode('ISO-8859-15')
|
texte = sys.stdin.read() #.decode('ISO-8859-15')
|
||||||
textes = texte.splitlines(True)
|
textes = texte.splitlines(True)
|
||||||
i = textes.index(u'\n')
|
i = textes.index(u'\n')
|
||||||
textes[i-1:i-1] = [
|
textes[i-1:i-1] = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue