Update client.py

This commit is contained in:
wannaphongcom
2015-10-16 11:44:12 +07:00
parent 3872492f48
commit 2857557deb

View File

@@ -65,7 +65,7 @@ class Client(object):
self.threads = []
self.threads = []
self.data = data
#self.data = data
def _console(self, msg):
if self.debug: print(msg)