This was overzealous.

This commit is contained in:
Ralph Bean 2015-09-17 19:54:44 +00:00
parent 2b62137e6c
commit c404f555fb

View file

@ -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()