Change default cleanup offset
This commit is contained in:
parent
d369d30b32
commit
d12da18403
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue