FIX 修复显示

This commit is contained in:
2025-04-01 11:12:28 +08:00
parent f506eb538b
commit 7f38cd8b62
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ class S3Upload:
CATEGORY = "不忘科技-自定义节点🚩"
def upload(self, s3_bucket, path, subfolder):
loguru.logger.info(f"S3 UPLOAD {path} to {os.path.join(s3_bucket, subfolder)}")
loguru.logger.info(f"S3 UPLOAD {path} to {s3_bucket}/{subfolder}")
try:
with open(os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), "config.yaml"),
encoding="utf-8", mode="r+") as f: