Skip to content

Commit

Permalink
fix: solve
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Oct 19, 2023
1 parent 63d600c commit 804a8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compress/compress.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def create_category(self, category_name : str):
# * @param {string} filename
# * @param {file} file
# */
def upload_s3(self, destination_folder : str, filename : str, filename ):
def upload_s3(self, destination_folder : str, filename : str, file ):
file_dest = destination_folder + "/" + filename
r = self.req.post(TNGRM_BASE_URL + PRESIGNED_URL_S3,
headers={
Expand Down

0 comments on commit 804a8de

Please sign in to comment.