Skip to content

Commit 83a1f44

Browse files
author
Bruno Seoane
committed
Fix space
1 parent 4609b83 commit 83a1f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/api/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def prepareFiles(file):
126126

127127
return ExtrasBatchImagesResponse(images=list(map(encode_pil_to_base64, result[0])), html_info=result[1])
128128

129-
def pnginfoapi(self, req:PNGInfoRequest):
129+
def pnginfoapi(self, req: PNGInfoRequest):
130130
if(not req.image.strip()):
131131
return PNGInfoResponse(info="")
132132

0 commit comments

Comments
 (0)