mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +00:00
comment
This commit is contained in:
parent
dab865ca77
commit
804c66b620
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ class StratumJSONRPCRequestHandler(
|
||||||
c = self.headers.get('cookie')
|
c = self.headers.get('cookie')
|
||||||
if c:
|
if c:
|
||||||
if c[0:8]=='SESSION=':
|
if c[0:8]=='SESSION=':
|
||||||
print "found cookie", c[8:]
|
#print "found cookie", c[8:]
|
||||||
self.server.session_id = c[8:]
|
self.server.session_id = c[8:]
|
||||||
|
|
||||||
if self.server.session_id is None:
|
if self.server.session_id is None:
|
||||||
|
|
Loading…
Add table
Reference in a new issue