From 2857557deba6627cd06e1ef725798f1c2b629279 Mon Sep 17 00:00:00 2001 From: wannaphongcom Date: Fri, 16 Oct 2015 11:44:12 +0700 Subject: [PATCH] Update client.py --- fbchat/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/client.py b/fbchat/client.py index aa382de..d7b7005 100644 --- a/fbchat/client.py +++ b/fbchat/client.py @@ -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)