Skip to content

Commit 6b53cd5

Browse files
committed
#159 re-add requests package to requirements.txt and typo
1 parent 1bb7ba1 commit 6b53cd5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

GeoHealthCheck/healthcheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def sniff_test_resource(config, resource_type, url):
102102
try:
103103
ows_handlers = resource_type_map[resource_type]
104104
except KeyError:
105-
LOGGER.error("No hanlder for %s type", resource_type)
105+
LOGGER.error("No handler for %s type", resource_type)
106106
raise
107107
for ows_handler in ows_handlers:
108108
try:

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ Flask-Script==2.0.5
66
Flask-SQLAlchemy==2.1
77
OWSLib
88
Sphinx
9+
requests

0 commit comments

Comments
 (0)