Formatted log print
This commit is contained in:
parent
221517e310
commit
aa7ae6cb51
@ -383,7 +383,7 @@ class Mai2Frontend(FE_Base):
|
|||||||
return Response(status_code=404)
|
return Response(status_code=404)
|
||||||
|
|
||||||
if path.exists(f"{out_folder}"):
|
if path.exists(f"{out_folder}"):
|
||||||
print("path exists")
|
self.logger.debug(f"Photo Path Exist.")
|
||||||
max_idx = 0
|
max_idx = 0
|
||||||
p = ImageFile.Parser()
|
p = ImageFile.Parser()
|
||||||
for _, _, files in walk("out_folder"):
|
for _, _, files in walk("out_folder"):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user