mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 20:52:42 +01:00
Remove debug prints.
This commit is contained in:
parent
96c1ccc722
commit
95d4d40b22
@ -122,12 +122,9 @@ class Internet(callbacks.Plugin):
|
|||||||
except socket.error:
|
except socket.error:
|
||||||
pass
|
pass
|
||||||
sock.close()
|
sock.close()
|
||||||
print(s)
|
|
||||||
server = netrange = netname = registrar = updated = created = expires = status = ''
|
server = netrange = netname = registrar = updated = created = expires = status = ''
|
||||||
for line in s.splitlines():
|
for line in s.splitlines():
|
||||||
line = line.decode('utf8').strip()
|
line = line.decode('utf8').strip()
|
||||||
print(line)
|
|
||||||
print(self._netrange)
|
|
||||||
if not line or ':' not in line:
|
if not line or ':' not in line:
|
||||||
continue
|
continue
|
||||||
if not server and any(line.startswith, self._domain):
|
if not server and any(line.startswith, self._domain):
|
||||||
|
Loading…
Reference in New Issue
Block a user