remove debugging.

This commit is contained in:
Jan-Piet Mens 2020-06-29 12:39:52 +02:00
parent c0d680258f
commit 7ebf1220a3
1 changed files with 0 additions and 1 deletions

View File

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