summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LectureNotesOnPython.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/LectureNotesOnPython.rst b/LectureNotesOnPython.rst
index 44a2729..b53a629 100644
--- a/LectureNotesOnPython.rst
+++ b/LectureNotesOnPython.rst
@@ -122,7 +122,7 @@ Python能做什么?
.. _scrappy: https://scrapy.org/
-可以做网页应用程序。 Flask_ 。
+可以做网页应用程序。 Flask_ 。 举例我的学生陈鑫涛写的照片流软件 http://lanlab.org/course/2019s/python/labBIG/PhotoString_by_ChenXintao.zip。
.. _Flask: https://www.fullstackpython.com/flask.html