Replaced old protocol with gen_fsm protocol parser
This commit is contained in:
parent
acdcec8dff
commit
cb24e00c6e
5 changed files with 107 additions and 42 deletions
|
@ -140,7 +140,7 @@ class GGSChat:
|
|||
"Content-Type: text\n" +
|
||||
"Content-Length: 0\n"+
|
||||
"\n")
|
||||
time.sleep(2)
|
||||
#time.sleep(2)
|
||||
|
||||
def updateUsers(self, text):
|
||||
evalNicks = eval(text)
|
||||
|
|
Reference in a new issue