update patch

This commit is contained in:
Jesús 2021-06-10 16:54:55 -05:00
parent 3bf44ab573
commit 5ee330f66a
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -1,5 +1,5 @@
diff --git a/settings.py b/settings.py
index a2373da..7d25432 100644
index ee46733..9c44ec8 100644
--- a/settings.py
+++ b/settings.py
@@ -456,6 +456,6 @@ def settings_page():
@ -11,7 +11,7 @@ index a2373da..7d25432 100644
else:
flask.abort(400)
diff --git a/youtube/__init__.py b/youtube/__init__.py
index 3c85d47..05fa3a5 100644
index 3977464..60cfcc0 100644
--- a/youtube/__init__.py
+++ b/youtube/__init__.py
@@ -13,9 +13,6 @@ yt_app.url_map.strict_slashes = False
@ -23,7 +23,7 @@ index 3c85d47..05fa3a5 100644
-
@yt_app.route('/')
def homepage():
return flask.render_template('home.html', title="Youtube local")
return flask.render_template('home.html', title="YT Local")
diff --git a/youtube/static/channel.css b/youtube/static/channel.css
index ada086d..3d2d36a 100644
--- a/youtube/static/channel.css
@ -133,7 +133,7 @@ index b141b91..310b0e7 100644
.item-video {
diff --git a/youtube/templates/base.html b/youtube/templates/base.html
index 7b32d76..5f60b40 100644
index 012151f..760a113 100644
--- a/youtube/templates/base.html
+++ b/youtube/templates/base.html
@@ -117,22 +117,6 @@