Show More
@@ -170,7 +170,7 b' def parse_channels_info(info_result, inc' | |||||
170 | for username in c_info['users']: |
|
170 | for username in c_info['users']: | |
171 | connected_list.append({ |
|
171 | connected_list.append({ | |
172 | 'user': username, |
|
172 | 'user': username, | |
173 |
'state': user_state_dict[user |
|
173 | 'state': user_state_dict[username] | |
174 | }) |
|
174 | }) | |
175 | channels_info[c_name] = {'users': connected_list, |
|
175 | channels_info[c_name] = {'users': connected_list, | |
176 | 'history': c_info['history']} |
|
176 | 'history': c_info['history']} |
General Comments 0
You need to be logged in to leave comments.
Login now