Update song_v1.py

This commit is contained in:
苏晓晴 2023-04-21 10:24:19 +08:00 committed by GitHub
parent 7b265f11be
commit 7e4a01360e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,11 +80,6 @@ def read_cookie():
app = Flask(__name__)
@app.route('/')
def index():
return render_template('index.html', title='Hello world!')
@app.route('/Song_V1')
def Song_v1():