mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
Correct typo in httpapi
Consoles would not work due to a type of dictionary name, correct the mistake
This commit is contained in:
parent
af9a5c13c1
commit
6289e3ebfa
@ -336,7 +336,7 @@ def resourcehandler_backend(env, start_response):
|
||||
timeout=45)
|
||||
bufferage = False
|
||||
if 'stampsent' not in consolesessions[sessid]:
|
||||
consolesesessions[sessid]['stampsent'] = True
|
||||
consolesessions[sessid]['stampsent'] = True
|
||||
bufferage = consolesessions[sessid]['session'].get_buffer_age()
|
||||
if isinstance(outdata, dict):
|
||||
rspdata = outdata
|
||||
|
Loading…
Reference in New Issue
Block a user