Linting, removed extra line from pyproject.toml.

This commit is contained in:
Leo Vasanko
2023-11-08 13:08:46 -08:00
parent 9bbbc829a1
commit e26cb8f70a
10 changed files with 1 additions and 11 deletions
-1
View File
@@ -36,7 +36,6 @@ def run(*, dev=False):
Sanic.serve_single()
def check_cert(certdir, domain):
if (certdir / "privkey.pem").exist() and (certdir / "fullchain.pem").exists():
return