fix a tiny bug

This commit is contained in:
BreakWa11 2016-06-15 17:29:05 +08:00
parent d653c9bdb3
commit 72aab7701f

View file

@ -303,6 +303,7 @@ class PortRange(object):
i = int_range[0]
while i <= int_range[1]:
self.range.add(i)
i += 1
except Exception as e:
logging.error(e)