diff --git a/frontends/ycdl_flask/backend/endpoints/channel_endpoints.py b/frontends/ycdl_flask/backend/endpoints/channel_endpoints.py index ced3a24..015baab 100644 --- a/frontends/ycdl_flask/backend/endpoints/channel_endpoints.py +++ b/frontends/ycdl_flask/backend/endpoints/channel_endpoints.py @@ -243,4 +243,4 @@ def post_show_download_directory(channel_id): subprocess.Popen(command, shell=True) return flasktools.json_response({}) - flask.abort(501) \ No newline at end of file + flask.abort(501)