Spaces:
Running
Running
Update lookup.py
Browse files
lookup.py
CHANGED
|
@@ -86,8 +86,8 @@ def printAll(output):
|
|
| 86 |
|
| 87 |
|
| 88 |
|
| 89 |
-
def printHtml(HTML,
|
| 90 |
-
if
|
| 91 |
print(HTML)
|
| 92 |
|
| 93 |
|
|
|
|
| 86 |
|
| 87 |
|
| 88 |
|
| 89 |
+
def printHtml(HTML, output_format):
|
| 90 |
+
if output_format == "html":
|
| 91 |
print(HTML)
|
| 92 |
|
| 93 |
|