fix: correct typo in devRant community string and remove image show call
- Fix spelling of "community" in the mention count output string - Remove the redundant `new_image.show()` call at the end of merge_images.py
This commit is contained in:
@@ -44,5 +44,3 @@ for path, image in resized_images:
|
||||
current_image_number += 1
|
||||
if current_col == cols:
|
||||
current_col = 0
|
||||
|
||||
new_image.show()
|
||||
|
||||
Reference in New Issue
Block a user