From 66a05c55af178a00c8278bc4123c8253f623ca4f Mon Sep 17 00:00:00 2001 From: Alex Kaszynski Date: Fri, 24 Mar 2017 10:58:42 +0100 Subject: [PATCH] updated documentation again --- keepaAPI/Interface.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/keepaAPI/Interface.py b/keepaAPI/Interface.py index d087c33..3fb73ca 100644 --- a/keepaAPI/Interface.py +++ b/keepaAPI/Interface.py @@ -654,7 +654,8 @@ def SearchForCategories(self, searchterm, domain='US'): response = r.json() if response['categories'] == {}: - logging.info('Categories search results not yet available') + logging.info('Categories search results not yet available or no' +\ + 'search terms found.') else: return response['categories']