From d12da184036122e92eb22797f6147a45985233c2 Mon Sep 17 00:00:00 2001 From: lluni Date: Thu, 4 Jan 2024 19:21:51 +0100 Subject: [PATCH] Change default cleanup offset --- cleanup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cleanup.py b/cleanup.py index ed6b633..99682fa 100644 --- a/cleanup.py +++ b/cleanup.py @@ -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)