跟随学校升级二升级部分代码,目前无法突破CF二代盾,暂无法签到

This commit is contained in:
ngfchl
2022-11-02 15:34:58 +08:00
parent 146b5f012b
commit 3cf202d9b2

View File

@@ -368,7 +368,7 @@ def exec_command(commands):
def do_update(request):
try:
logger.info('开始更新')
bt_school = Site.objects.filter(url=' http://47.242.110.63/').first()
bt_school = Site.objects.filter(url='http://47.242.110.63/').first()
if not bt_school:
bt_school.url = 'https://pt.btschool.club/'
bt_school.save()