Bugfix.
This commit is contained in:
parent
8e01e1484e
commit
162ce08447
@ -44,5 +44,3 @@ for path, image in resized_images:
|
||||
current_image_number += 1
|
||||
if current_col == cols:
|
||||
current_col = 0
|
||||
|
||||
new_image.show()
|
||||
|
@ -63,7 +63,7 @@ def dump():
|
||||
users.sort()
|
||||
for user in users:
|
||||
mention_text = f"@{user}"
|
||||
line = f"{user} is {all_content.count(mention_text)} times mentioned on devRant(developer comminity)."
|
||||
line = f"{user} is {all_content.count(mention_text)} times mentioned on devRant(developer community)."
|
||||
printr(line)
|
||||
print(line)
|
||||
print("```")
|
||||
|
Loading…
Reference in New Issue
Block a user