Skip to content

Commit 46349b7

Browse files
committed
ex50 你的第一个网站
1 parent b67fc77 commit 46349b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ex50/gothonweb/bin/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class Index(object):
1313
def GET(self):
14-
greeting = "Hello World1"
14+
greeting = "Hello World"
1515
#return render.index(greeting = greeting # 把greeting变量传递给index网页模板中的greeting
1616
return render.foo(greeting = greeting) #templates文件夹下创建了一个新的foo.html的模板
1717
if __name__ == "__main__":

0 commit comments

Comments
 (0)