Ensure application_key included in connected keys
This commit is contained in:
parent
204f2d50c7
commit
7d067ca5cb
@ -65,7 +65,9 @@ def post_processing(data, url, url_get_for_graph):
|
|||||||
connected_keys = [
|
connected_keys = [
|
||||||
key for key in all_keys if key != application_key
|
key for key in all_keys if key != application_key
|
||||||
][:500]
|
][:500]
|
||||||
|
|
||||||
|
if application_key is not None and application_key not in connected_keys:
|
||||||
|
connected_keys.append(application_key)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
"application_key": application_key,
|
"application_key": application_key,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user