Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/buaa21373067/Group11/compare/master..Student-20231159?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Compare commits

..

8 Commits

@ -1,3 +1 @@
# encoding:utf-8
print('My Student_ID is 20231159')
print('My Name is 赵子璁')

@ -1,2 +0,0 @@
print('My Student_ID is 21371101')
print('My Name is 张昊然')

@ -1,3 +0,0 @@
# Function-学号.py 文件的内容修改为
print('My Student_ID is 21371396')
print('My Name is 孙宇航')

@ -1,2 +0,0 @@
print('My Student_ID is 21373067')
print('My Name is 杨宏飞')

@ -1,3 +0,0 @@
# Function-学号.py 文件的内容修改为
print('My Student_ID is 21373081')
print('My Name is 陶佑鹏')

@ -1,3 +1,2 @@
import os
os.system('python Function-21373067.py')
os.system('echo Feature-21373067')
os.system('python Function-20231159.py')

Loading…
Cancel
Save