Minor fix

This commit is contained in:
lgandx 2016-10-12 00:27:54 -03:00
commit 72603dc482

View file

@ -186,9 +186,6 @@ class Settings:
else:
self.Bind_To_ALL = False
self.IP_aton = socket.inet_aton(self.Bind_To)
if self.Interface == "ALL":
self.IP_aton = socket.inet_aton(self.OURIP)
else: