Skip to content

Commit

Permalink
fix webpy
Browse files Browse the repository at this point in the history
  • Loading branch information
rsonghuster committed Jun 8, 2022
1 parent aae4121 commit 347a071
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
5 changes: 0 additions & 5 deletions update.list
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion web-framework/python/webpy/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 1 addition & 2 deletions web-framework/python/webpy/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ services:
command:
- python
args:
- -u
- index.py
- 9000
- '9000'
triggers:
- name: httpTrigger
type: http
Expand Down
3 changes: 1 addition & 2 deletions web-framework/python/webpy/src/s_en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ services:
command:
- python
args:
- -u
- index.py
- 9000
- '9000'
triggers:
- name: httpTrigger
type: http
Expand Down

0 comments on commit 347a071

Please sign in to comment.