diff --git a/get_apps.py b/get_apps.py index 4e86ecc..c338697 100644 --- a/get_apps.py +++ b/get_apps.py @@ -18,5 +18,4 @@ data = { response = requests.post(url, json=data) -print(response.status_code) -print(response.json()) \ No newline at end of file +print(response.json()["secret"]) \ No newline at end of file