Skip to content

Commit

Permalink
Remove duplicated health check from the index
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Valsecchi committed Jan 25, 2019
1 parent 798c93c commit 4578970
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion c2cwsgiutils/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def _index(request: pyramid.request.Request) -> pyramid.response.Response:
<div class="container-fluid">
"""

response.text += _health_check(request)
response.text += _health_check(request)
response.text += _stats(request)
response.text += _versions(request)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages


VERSION = '2.17.1'
VERSION = '2.17.2'
HERE = os.path.abspath(os.path.dirname(__file__))
INSTALL_REQUIRES = [
pkg.split('==')[0]
Expand Down

0 comments on commit 4578970

Please sign in to comment.