git @ Cat's Eye Technologies The-Dossier / 40fb957
Remove bogon from script. Chris Pressey 1 year, 4 months ago
1 changed file(s) with 0 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
2626 value['anchor'],
2727 )
2828 }
29 n[key] = {
30 "url": "{}#{}".format(
31 quote(value['filename']), value['anchor']
32 )
33 }
3429
3530 sys.stdout.write(json.dumps(n, indent=4, sort_keys=True))
3631