1. 修复小bug若干

2. 更新基础规则
This commit is contained in:
ngfchl
2022-09-07 01:13:53 +08:00
parent 13211a479f
commit 7a488ac0ff
4 changed files with 2044 additions and 129 deletions

View File

@@ -231,7 +231,7 @@ def do_update(request):
msg='更新成功,重启指令发送成功,容器重启中 ...' if flag else '更新成功未映射docker路径请手动重启容器 ...'
).to_dict(), safe=False)
except Exception as e:
raise
# raise
return JsonResponse(data=CommonResponse.error(
msg='更新失败!' + str(e)
).to_dict(), safe=False)