add missing newline between functions

This commit is contained in:
Jan-Piet Mens 2020-06-29 13:45:44 +02:00
parent 7ebf1220a3
commit e92a6e9d16
1 changed files with 1 additions and 0 deletions

View File

@ -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: