summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
3949824)
This led to folks being charged after they were punted (but before the
day that the script was run).
bloggers = yaml.safe_load(b)
for p in punt:
if 'end' not in bloggers[p]:
bloggers = yaml.safe_load(b)
for p in punt:
if 'end' not in bloggers[p]:
- bloggers[p]['end'] = today
+ bloggers[p]['end'] = date
with open('bloggers.yml','w') as b:
yaml.safe_dump(bloggers, b)
with open('bloggers.yml','w') as b:
yaml.safe_dump(bloggers, b)