diff --git a/.DS_Store b/.DS_Store index c869f293..7563a737 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/backend/routers/fileStorage.py b/backend/routers/fileStorage.py index f8832698..a6f73110 100644 --- a/backend/routers/fileStorage.py +++ b/backend/routers/fileStorage.py @@ -217,7 +217,7 @@ def uploudMedCert(requestItem: medCertUploud): client = Minio_Storage.minioConnection.minioConnect(requestItem.env) generateMedCertPDF(requestItem) today = datetime.today().strftime('%Y-%m-%d') - found = client.bucket_exists(bucket_name="mih") + found = client.bucket_exists("mih") if not found: client.make_bucket("mih") else: