Removed .html extension, because GitHub shows HTML in language stats

This commit is contained in:
DarkCat09 2023-05-19 17:02:18 +04:00
parent 057acdfc8e
commit 5ce6372a29
8 changed files with 1 additions and 1 deletions

View file

@ -23,7 +23,7 @@ def read_sample(name: str) -> List[str]:
def read_html(name: str) -> bytes: def read_html(name: str) -> bytes:
path = samples / 'html' / (name + '.html') path = samples / 'html' / name
if not path.exists(): if not path.exists():
return b'' return b''