1
0
mirror of synced 2025-02-15 09:52:35 +01:00

Formatted log print

This commit is contained in:
SoulGateKey 2024-11-06 02:38:18 +08:00
parent 221517e310
commit aa7ae6cb51

View File

@ -383,7 +383,7 @@ class Mai2Frontend(FE_Base):
return Response(status_code=404)
if path.exists(f"{out_folder}"):
print("path exists")
self.logger.debug(f"Photo Path Exist.")
max_idx = 0
p = ImageFile.Parser()
for _, _, files in walk("out_folder"):