Skip to content

Commit

Permalink
Update ImageGoNord/GoNord.py
Browse files Browse the repository at this point in the history
Co-authored-by: GabrielePuliti <[email protected]>
  • Loading branch information
TheJoin95 and Wabri authored Apr 16, 2024
1 parent 024f3b9 commit cd11159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImageGoNord/GoNord.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ def convert_image(self, image, save_path='', use_model=False, use_model_cpu=Fals
if (use_model):
image = self.convert_image_by_model(image, use_model_cpu)
else:
if (parallel_threading == False):
if not parallel_threading:
self.converted_loop(is_rgba, pixels, original_pixels, image.size[0], image.size[1])
else:
step = ceil(image.size[0] / self.MAX_THREADS)
Expand Down

0 comments on commit cd11159

Please sign in to comment.