Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/buaa20231159/Group11/commit/1fb103beb73a39029e0f1047dd852fc6714c2d04 You should set ROOT_URL correctly, otherwise the web may not work correctly.
buaa21371396 2 years ago
commit 1fb103beb7

@ -0,0 +1 @@
print('My Student_ID is 20231159')

@ -0,0 +1,2 @@
# Function-学号.py 文件的内容修改为
print('My Student_ID is 21371101')

@ -1,2 +0,0 @@
#Function-21373081.py 文件的内容修改为
print('My Student_ID is 21373081')

@ -0,0 +1,3 @@
# main.py 文件的内容修改为
import os
os.system('python Function-21371101.py')
Loading…
Cancel
Save