remove print

This commit is contained in:
Cyberes 2023-09-16 13:19:29 -06:00
parent b1b3931138
commit 9b0a4fc9db
1 changed files with 0 additions and 1 deletions

View File

@ -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']):