aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Seoane <brunoseoaneamarillo@gmail.com>2022-10-29 16:10:00 -0300
committerBruno Seoane <brunoseoaneamarillo@gmail.com>2022-10-29 16:10:00 -0300
commit83a1f44ae26cb89492064bb8be0321b14a75efe4 (patch)
tree92021d2213a6b0b71cc0db13a976815762a2f84f
parent4609b83cd496013a05e77c42af031d89f07785a9 (diff)
Fix space
-rw-r--r--modules/api/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/api/api.py b/modules/api/api.py
index 8fcd068d..d0f488ca 100644
--- a/modules/api/api.py
+++ b/modules/api/api.py
@@ -126,7 +126,7 @@ class Api:
return ExtrasBatchImagesResponse(images=list(map(encode_pil_to_base64, result[0])), html_info=result[1])
- def pnginfoapi(self, req:PNGInfoRequest):
+ def pnginfoapi(self, req: PNGInfoRequest):
if(not req.image.strip()):
return PNGInfoResponse(info="")