actually print headers, meta tag

This commit is contained in:
2019-01-16 23:51:39 -08:00
parent 08ea1b8d60
commit 0002f87e0e
3 changed files with 7 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ def main():
data = fetch_site(url)
print_headers()
print(format_output(url, data))
if __name__ == '__main__':