Skip to content

Commit 5df52db

Browse files
authored
delete $ (#89)
1 parent 2f83610 commit 5df52db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ def get(self, request, guid):
612612
with open(file, 'rb') as result:
613613
response = Response(
614614
headers={
615-
'Content-Disposition': f'attachment; filename="${file.name}"',
615+
'Content-Disposition': f'attachment; filename="{file.name}"',
616616
'Content-Type': actualType if actualType else 'application/octet-stream'
617617
},
618618
)

0 commit comments

Comments
 (0)