cleanup and linting
This commit is contained in:
parent
833f26fd0e
commit
469172947b
4 changed files with 26 additions and 18 deletions
|
@ -187,6 +187,7 @@ class ExportUser(View):
|
|||
class ExportArchive(View):
|
||||
"""Serve the archive file"""
|
||||
|
||||
# TODO: how do we serve s3 files?
|
||||
def get(self, request, archive_id):
|
||||
"""download user export file"""
|
||||
export = BookwyrmExportJob.objects.get(task_id=archive_id, user=request.user)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue