Skip to content

Commit

Permalink
Update ir_attachment.py (Numigi#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
abenzbiria authored Sep 27, 2024
1 parent fadb32d commit fb957c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion attachment_minio/models/ir_attachment.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def _get_minio_client(self):
)
if not all((host, access_key, secret_key)):
raise exceptions.UserError("Incorrect configuration of attachment_minio.")
print("hostttttttttt", host)
return Minio(
host,
access_key=access_key,
Expand Down

0 comments on commit fb957c1

Please sign in to comment.