Some small tidy ups.

This commit is contained in:
voussoir 2022-03-15 13:53:02 -07:00
parent ec0bf50490
commit 35353a1d83
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB
2 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,6 @@
<!DOCTYPE html5>
<html>
<head>
{% import "header.html" as header %}
<title>YCDL</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>

View file

@ -51,6 +51,7 @@ def ycdl_flask_launch(
)
if localhost_only:
log.info('Setting localhost_only=True')
site.localhost_only = True
try: