bug修改

This commit is contained in:
曹前明 2022-08-18 17:00:43 +08:00
parent ea510bee75
commit bc1bc11ef4
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class BackupMedia(APIView):
备份资源到指定位置
"""
err_str = backup_database()
err_str = backup_media()
if err_str:
raise APIException(err_str)
return Response()