Spaces:
Runtime error
Runtime error
Σχόλιο
Browse files
simple_search_engine/search_engine.py
CHANGED
|
@@ -112,4 +112,6 @@ if __name__ == "__main__":
|
|
| 112 |
print(f" Source: {h['url']}")
|
| 113 |
print(f" Snippet: {h['snippet']}")
|
| 114 |
except RuntimeError as e:
|
| 115 |
-
print(e)
|
|
|
|
|
|
|
|
|
| 112 |
print(f" Source: {h['url']}")
|
| 113 |
print(f" Snippet: {h['snippet']}")
|
| 114 |
except RuntimeError as e:
|
| 115 |
+
print(e)
|
| 116 |
+
|
| 117 |
+
# end of code
|