From 26e476a5f86c27016b6d47fe222bcd2370bae911 Mon Sep 17 00:00:00 2001 From: hjdhnx Date: Thu, 25 Aug 2022 17:27:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E5=8F=B7=E6=94=B9=E4=B8=BA57?= =?UTF-8?q?05?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 3 ++- pycms.json | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app.py b/app.py index e93c164..dc3882b 100644 --- a/app.py +++ b/app.py @@ -99,4 +99,5 @@ def clear(): return jsonify(error.success('成功删除文件:'+cache_path)) if __name__ == '__main__': - app.run(host="0.0.0.0", port=9000) \ No newline at end of file + # app.run(host="0.0.0.0", port=5705) + app.run(debug=True, host='0.0.0.0', port=5705) \ No newline at end of file diff --git a/pycms.json b/pycms.json index 5f5df27..48f6434 100644 --- a/pycms.json +++ b/pycms.json @@ -2,7 +2,7 @@ "key":"dr_yanaifei", "name":"鸭奈飞", "type":1, - "api":"http://192.168.10.99:9000/vod?rule=鸭奈飞&ext=https://gitcode.net/qq_32394351/dr_py/-/raw/master/js/鸭奈飞.js", + "api":"http://192.168.10.99:5705/vod?rule=鸭奈飞&ext=https://gitcode.net/qq_32394351/dr_py/-/raw/master/js/鸭奈飞.js", "searchable": 1, "quickSearch": 1, "filterable": 1 @@ -11,7 +11,7 @@ "key":"dr_lmys", "name":"蓝莓影视", "type":1, - "api":"http://192.168.10.99:9000/vod?rule=蓝莓影视&ext=https://gitcode.net/qq_32394351/dr_py/-/raw/master/js/蓝莓影视.js", + "api":"http://192.168.10.99:5705/vod?rule=蓝莓影视&ext=https://gitcode.net/qq_32394351/dr_py/-/raw/master/js/蓝莓影视.js", "searchable": 0, "quickSearch": 0, "filterable": 1 @@ -20,7 +20,7 @@ "key":"dr_555", "name":"555影视", "type":1, - "api":"http://192.168.10.99:9000/vod?rule=555影视&ext=https://gitcode.net/qq_32394351/dr_py/-/raw/master/js/555影视.js", + "api":"http://192.168.10.99:5705/vod?rule=555影视&ext=https://gitcode.net/qq_32394351/dr_py/-/raw/master/js/555影视.js", "searchable": 1, "quickSearch": 1, "filterable": 1 -- GitLab