diff options
-rw-r--r-- | core/0001.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/0001.patch b/core/0001.patch index 8406013..55ec2b9 100644 --- a/core/0001.patch +++ b/core/0001.patch @@ -11,10 +11,10 @@ index 751551b..74f4dec 100644 else: flask.abort(400) diff --git a/youtube/__init__.py b/youtube/__init__.py -index 08f4f6f..069775c 100644 +index 3604b21..0a2d363 100644 --- a/youtube/__init__.py +++ b/youtube/__init__.py -@@ -13,9 +13,6 @@ yt_app.url_map.strict_slashes = False +@@ -14,9 +14,6 @@ yt_app.url_map.strict_slashes = False # yt_app.jinja_env.lstrip_blocks = True |