made remove button work

This commit is contained in:
2025-06-08 22:12:46 +02:00
parent 5acdebbb3d
commit bea192849d
7 changed files with 81 additions and 27 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ def remove_old_posts(bot: botPy.Bot, max_age: int) -> bool:
remove.append(url)
for key in remove:
weekly.pop(key)
weekly[key]["removed"]["removed"] = True
return True