Skip to content

Commit 347a071

Browse files
committed
fix webpy
1 parent aae4121 commit 347a071

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
lines changed

update.list

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
web-framework/python/django
2-
web-framework/python/fastapi
3-
web-framework/python/bottle
4-
web-framework/python/pyramid
5-
web-framework/python/tornado
61
web-framework/python/webpy

web-framework/python/webpy/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-webpy
33
Provider:
44
- 阿里云
5-
Version: 1.2.18
5+
Version: 1.2.19
66
Description: web.py 是一个轻量级Python web框架,它简单而且功能强大。web.py是一个开源项目
77
HomePage: https://github.com/devsapp/start-web-framework
88
Tags:

web-framework/python/webpy/src/s.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ services:
5757
command:
5858
- python
5959
args:
60-
- -u
6160
- index.py
62-
- 9000
61+
- '9000'
6362
triggers:
6463
- name: httpTrigger
6564
type: http

web-framework/python/webpy/src/s_en.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ services:
5959
command:
6060
- python
6161
args:
62-
- -u
6362
- index.py
64-
- 9000
63+
- '9000'
6564
triggers:
6665
- name: httpTrigger
6766
type: http

0 commit comments

Comments
 (0)