mirror of
https://github.com/xcat2/confluent.git
synced 2025-07-09 06:11:40 +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:
@ -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
|
||||
|
Reference in New Issue
Block a user