diff options
Diffstat (limited to '')
-rw-r--r-- | ParrotZik.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ParrotZik.py b/ParrotZik.py index 830e317..73df83b 100644 --- a/ParrotZik.py +++ b/ParrotZik.py @@ -117,7 +117,6 @@ class ParrotZik(object): data = self.sock.recv(7) len = struct.unpack('B', data[1])[0] data = self.sock.recv(1024) - print data data=BeautifulSoup(data) return data |