diff --git a/lib/ephemetoot.py b/lib/ephemetoot.py index d0a2055..188a76a 100644 --- a/lib/ephemetoot.py +++ b/lib/ephemetoot.py @@ -82,6 +82,7 @@ def checkToots(config, options, retry_count=0): def jsondefault(obj): if isinstance(obj, (date, datetime)): return obj.isoformat() + def checkBatch(timeline, deleted_count=0): for toot in timeline: if 'id' in toot and 'archive' in config: