Skip to content

Commit

Permalink
Fix typo for about page HXL-74
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmegginson committed Jun 1, 2023
1 parent 764e183 commit fac4f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hxl_proxy/controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def about():
releases = {
'hxl_proxy': hxl_proxy.__version__,
}
for package in ['libhxl', 'flask', 'flask-caching', 'redis', 'requests', 'requests_cache', 'structlog', 'urllib3',]:
for package in ['flask', 'flask-caching', 'redis', 'requests', 'requests_cache', 'structlog', 'urllib3',]:
try:
releases[package] = importlib.metadata.version(package)
except Exception as e:
Expand Down

0 comments on commit fac4f49

Please sign in to comment.