remove extra semi-colon

main
Gavroche CryptoRUSH 2 years ago committed by GitHub
parent f5f701388b
commit d2337a86fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -871,7 +871,7 @@ class SaveImage:
"filename": file,
"subfolder": subfolder,
"type": self.type
});
})
counter += 1
return { "ui": { "images": results } }

Loading…
Cancel
Save