Some small tidy ups.
This commit is contained in:
parent
ec0bf50490
commit
35353a1d83
2 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
<!DOCTYPE html5>
|
<!DOCTYPE html5>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
{% import "header.html" as header %}
|
|
||||||
<title>YCDL</title>
|
<title>YCDL</title>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
|
|
|
@ -51,6 +51,7 @@ def ycdl_flask_launch(
|
||||||
)
|
)
|
||||||
|
|
||||||
if localhost_only:
|
if localhost_only:
|
||||||
|
log.info('Setting localhost_only=True')
|
||||||
site.localhost_only = True
|
site.localhost_only = True
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue