remove print
This commit is contained in:
parent
b1b3931138
commit
9b0a4fc9db
|
@ -98,7 +98,6 @@ def get_outgoing_http_request_rate(api_key, interval, data_range, endpoint):
|
|||
'to': 'now'
|
||||
}
|
||||
response = requests.post(f'{endpoint}/api/ds/query', headers={'Authorization': f'Bearer {api_key}'}, json=json_data, verify=False).json()
|
||||
print(response)
|
||||
output = {}
|
||||
for letter, result in response['results'].items():
|
||||
if len(result['frames']):
|
||||
|
|
Loading…
Reference in New Issue