Remove title

main
Bob Mottram 2024-08-21 15:25:03 +01:00
parent 2f0b527881
commit 3aa6a58df1
1 changed files with 0 additions and 1 deletions

View File

@ -1036,7 +1036,6 @@ def html_poisoned(dictionary: [], twograms: {}) -> str:
'<html lang="en">' + \
'<head>' + \
'<meta charset="utf-8">' + \
'<title>Epicyon</title>' + \
'</head>' + \
'<body>'
no_of_common_words = len(common_words) - 1