chenchaoyun commited on
Commit ·
d2c707c
1
Parent(s): 77f3e37
fix: web
Browse files- api_routes.py +1 -1
api_routes.py
CHANGED
|
@@ -2660,7 +2660,7 @@ async def grayscale_photo(
|
|
| 2660 |
original_md5_hash = str(uuid.uuid4()).replace('-', '')
|
| 2661 |
grayscale_filename = f"{original_md5_hash}_grayscale.webp"
|
| 2662 |
|
| 2663 |
-
logger.info(f"Starting image grayscale
|
| 2664 |
t1 = time.perf_counter()
|
| 2665 |
|
| 2666 |
# 解码图像
|
|
|
|
| 2660 |
original_md5_hash = str(uuid.uuid4()).replace('-', '')
|
| 2661 |
grayscale_filename = f"{original_md5_hash}_grayscale.webp"
|
| 2662 |
|
| 2663 |
+
logger.info(f"Starting image grayscale: {file.filename}, size={file.size}, md5={original_md5_hash}")
|
| 2664 |
t1 = time.perf_counter()
|
| 2665 |
|
| 2666 |
# 解码图像
|