We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730c8dc commit a65ac6aCopy full SHA for a65ac6a
healthtools/sms/__init__.py
@@ -59,9 +59,9 @@ def create_sms(result, doc_type):
59
for hit in result['hits'][:3]:
60
response += '\n' + '{}. {}'.format(
61
str(result_count),
62
- hit['_source'][get_sms_field(doc_type)].encode('utf-8')
+ hit['_source'][get_sms_field(doc_type)]
63
)
64
result_count += 1
65
- response += '\nFind the full list at http://health.the-star.co.ke/'
+ response += '\nFind the full list at http://www.the-star.co.ke/health/'
66
log.info(response)
67
return response
0 commit comments