Change default cleanup offset

This commit is contained in:
lluni 2024-01-04 19:21:51 +01:00
parent d369d30b32
commit d12da18403
Signed by: lluni
GPG key ID: ACEEB468BC325D35

View file

@ -95,4 +95,4 @@ def cleanup(offset: int = 200, num_batches: int = 10, limit: int = 40, start_id:
print("Ignoring post:", submission["url"])
if __name__ == "__main__":
cleanup(offset=200, num_batches=10, limit=40, start_id=None)
cleanup(offset=100, num_batches=10, limit=40, start_id=None)