Skip to content

Commit

Permalink
fix file_name value
Browse files Browse the repository at this point in the history
  • Loading branch information
Dert1129 committed Jul 30, 2024
1 parent 47d66fa commit d2d95a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def downloadFile(packageId, objectName):
{
"name": "file_download",
"params": {
"file_name": result[0]["file_name"][:59]
"file_name": objectName[59:]
}
}
]
Expand Down

0 comments on commit d2d95a6

Please sign in to comment.