Skip to content

Commit

Permalink
Update core_requests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhollmann authored Apr 10, 2024
1 parent 3476922 commit f17243c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions monitor/core_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@
'Accept': 'application/json'
}

eud_header = {'X-API-KEY': api_key,
'accept': 'application/json',
'User-Agent': 'VATGER'}
eud_header = {
'X-API-KEY': api_key,
'Accept': 'application/json',
'User-Agent': 'VATGER'
}


@cached(cache=TTLCache(maxsize=float('inf'), ttl=60*60*12))
Expand Down

0 comments on commit f17243c

Please sign in to comment.