更新 views.py

This commit is contained in:
2023-12-29 01:58:15 +08:00
parent 1dddf07b54
commit 70c0c7925d

View File

@@ -373,5 +373,6 @@ def student_get_today_courses():
'data': data
})
if __name__ == '__main__':
app.run(debug=True)