mirror of
https://github.com/hughrun/ephemetoot
synced 2025-02-16 19:50:35 +01:00
remove debugging.
This commit is contained in:
parent
c0d680258f
commit
7ebf1220a3
@ -85,7 +85,6 @@ def checkToots(config, options, retry_count=0):
|
||||
def checkBatch(timeline, deleted_count=0):
|
||||
for toot in timeline:
|
||||
if 'id' in toot and 'archive' in config:
|
||||
print(toot)
|
||||
filename = os.path.join(config['archive'], str(toot['id']) + '.json')
|
||||
with open(filename, "w") as f:
|
||||
f.write(json.dumps(toot, indent=4, default=jsondefault))
|
||||
|
Loading…
x
Reference in New Issue
Block a user