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