From 347a0716f79baf77c6305e509546d2dd8783c24b Mon Sep 17 00:00:00 2001 From: rsonghuster Date: Wed, 8 Jun 2022 17:12:10 +0800 Subject: [PATCH] fix webpy --- update.list | 5 ----- web-framework/python/webpy/publish.yaml | 2 +- web-framework/python/webpy/src/s.yaml | 3 +-- web-framework/python/webpy/src/s_en.yaml | 3 +-- 4 files changed, 3 insertions(+), 10 deletions(-) diff --git a/update.list b/update.list index 753b7e433..95e8aa2b9 100755 --- a/update.list +++ b/update.list @@ -1,6 +1 @@ -web-framework/python/django -web-framework/python/fastapi -web-framework/python/bottle -web-framework/python/pyramid -web-framework/python/tornado web-framework/python/webpy \ No newline at end of file diff --git a/web-framework/python/webpy/publish.yaml b/web-framework/python/webpy/publish.yaml index 8e562207b..d308c0af3 100755 --- a/web-framework/python/webpy/publish.yaml +++ b/web-framework/python/webpy/publish.yaml @@ -2,7 +2,7 @@ Type: Application Name: start-webpy Provider: - 阿里云 -Version: 1.2.18 +Version: 1.2.19 Description: web.py 是一个轻量级Python web框架,它简单而且功能强大。web.py是一个开源项目 HomePage: https://github.com/devsapp/start-web-framework Tags: diff --git a/web-framework/python/webpy/src/s.yaml b/web-framework/python/webpy/src/s.yaml index ba1401613..8092371e6 100644 --- a/web-framework/python/webpy/src/s.yaml +++ b/web-framework/python/webpy/src/s.yaml @@ -57,9 +57,8 @@ services: command: - python args: - - -u - index.py - - 9000 + - '9000' triggers: - name: httpTrigger type: http diff --git a/web-framework/python/webpy/src/s_en.yaml b/web-framework/python/webpy/src/s_en.yaml index a95a222e7..228843add 100644 --- a/web-framework/python/webpy/src/s_en.yaml +++ b/web-framework/python/webpy/src/s_en.yaml @@ -59,9 +59,8 @@ services: command: - python args: - - -u - index.py - - 9000 + - '9000' triggers: - name: httpTrigger type: http