aboutsummaryrefslogtreecommitdiff
path: root/source/search.py
diff options
context:
space:
mode:
Diffstat (limited to 'source/search.py')
-rw-r--r--source/search.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/search.py b/source/search.py
index fd412a7e..218d2436 100644
--- a/source/search.py
+++ b/source/search.py
@@ -75,7 +75,7 @@ def search(term):
if __name__ == "__main__":
# Point of entry in execution mode.
- create_index()
- """results = search("Nothomb")
+ #create_index()
+ results = search("Nothomb")
for article in results:
- print(article)""" \ No newline at end of file
+ print(article) \ No newline at end of file
bgstack15