mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-11-27 21:37:23 +01:00
Internet: Remove debug print.
This commit is contained in:
parent
124e292f1f
commit
709c3390ef
@ -89,7 +89,6 @@ class Internet(callbacks.Plugin):
|
|||||||
server = registrar = updated = created = expires = status = ''
|
server = registrar = updated = created = expires = status = ''
|
||||||
for line in s.splitlines():
|
for line in s.splitlines():
|
||||||
line = line.decode('ascii').strip()
|
line = line.decode('ascii').strip()
|
||||||
print(repr(line))
|
|
||||||
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…
x
Reference in New Issue
Block a user