This commit is contained in:
ThomasV 2012-03-19 21:38:39 +03:00
parent dab865ca77
commit 804c66b620
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ class StratumJSONRPCRequestHandler(
c = self.headers.get('cookie')
if c:
if c[0:8]=='SESSION=':
print "found cookie", c[8:]
#print "found cookie", c[8:]
self.server.session_id = c[8:]
if self.server.session_id is None: