bug修改
This commit is contained in:
parent
ea510bee75
commit
bc1bc11ef4
|
@ -95,7 +95,7 @@ class BackupMedia(APIView):
|
|||
|
||||
备份资源到指定位置
|
||||
"""
|
||||
err_str = backup_database()
|
||||
err_str = backup_media()
|
||||
if err_str:
|
||||
raise APIException(err_str)
|
||||
return Response()
|
||||
|
|
Loading…
Reference in New Issue