This was overzealous.
This commit is contained in:
parent
2b62137e6c
commit
c404f555fb
1 changed files with 0 additions and 2 deletions
|
@ -53,7 +53,6 @@ window_delta = one_week
|
|||
window_max = six_months
|
||||
window_min = window_max - window_delta
|
||||
start = now.timestamp - window_max
|
||||
end = now.timestamp - window_min
|
||||
|
||||
# Use a requests session to minimize tcp setup/teardown.
|
||||
session = requests.session()
|
||||
|
@ -77,7 +76,6 @@ def cert_changes(user):
|
|||
user=user,
|
||||
page=page,
|
||||
start=start,
|
||||
end=end,
|
||||
)
|
||||
return session.get(datagrepper_url, params=params).json()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue