mirror of
https://github.com/hughrun/ephemetoot
synced 2025-01-30 21:34:47 +01:00
add missing newline between functions
This commit is contained in:
parent
7ebf1220a3
commit
e92a6e9d16
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user