From 44b39aed56c96542c07a38de2783b077eb808031 Mon Sep 17 00:00:00 2001 From: psy Date: Mon, 23 Sep 2013 10:50:12 -0700 Subject: [PATCH] fixed output results loop on waiting status --- main.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/main.py b/main.py index 079e7c4..347271a 100755 --- a/main.py +++ b/main.py @@ -538,15 +538,9 @@ class bc(object): pass if url != self.old_url: if re.match(r'^127\.\d{1,3}\.\d{1,3}\.\d{1,3}$', match_ip) or re.match(r'^10\.\d{1,3}\.\d{1,3}\.\d{1,3}$', match_ip) or re.match(r'^192.168\.\d{1,3}$', match_ip) or re.match(r'^172.(1[6-9]|2[0-9]|3[0-1]).[0-9]{1,3}.[0-9]{1,3}$', match_ip): - print '='*45 + "\n", "Target:\n" + '='*45 + "\n" - print "URL:", self.url[0], "\n" - print "Warning: This target is not valid!.\n" pass else: if self.url[0].startswith('file://'): - print '='*45 + "\n", "Target:\n" + '='*45 + "\n" - print "URL:", self.url[0], "\n" - print "Warning: This target is not valid!.\n" pass else: if os.path.exists('data.xml'): # removing xml data to has a new map each time that bc is launched