From 9e00346e7d10f5b13a4c3c0471776247f11c7abc Mon Sep 17 00:00:00 2001 From: rscmbbng Date: Fri, 20 Sep 2013 19:30:51 +0200 Subject: [PATCH] fixed timestamp --- main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.py b/main.py index 98e6919..0d765ff 100755 --- a/main.py +++ b/main.py @@ -359,8 +359,6 @@ class bc(object): for ip in line: if re.match(r'\d{1,4}\.\dms$', ip): self.timestamp = ip.replace('ms', '') - print self.timestamp - print ('*'*45) if re.match(r"^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$",ip): self.hop_ip = ip