Bugfix.
All checks were successful
dR export statistics build / Build (push) Successful in 7m11s
dR export statistics scheduled / Export (push) Successful in 6m58s

This commit is contained in:
retoor 2024-12-03 04:34:56 +01:00
parent 8e01e1484e
commit 162ce08447
2 changed files with 1 additions and 3 deletions

View File

@ -44,5 +44,3 @@ for path, image in resized_images:
current_image_number += 1 current_image_number += 1
if current_col == cols: if current_col == cols:
current_col = 0 current_col = 0
new_image.show()

View File

@ -63,7 +63,7 @@ def dump():
users.sort() users.sort()
for user in users: for user in users:
mention_text = f"@{user}" 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) printr(line)
print(line) print(line)
print("```") print("```")