diff options
Diffstat (limited to 'python/fatcat_web/routes.py')
-rw-r--r-- | python/fatcat_web/routes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/fatcat_web/routes.py b/python/fatcat_web/routes.py index 20fe0e12..1281a617 100644 --- a/python/fatcat_web/routes.py +++ b/python/fatcat_web/routes.py @@ -742,6 +742,7 @@ def coverage_search(): coverage_stats=None, coverage_type_preservation=None, year_histogram_svg=None, + date_histogram_svg=None, ) query = ReleaseQuery.from_args(request.args) |