X-Git-Url: https://projects.mako.cc/source/iron-blogger/blobdiff_plain/fb0b5ff8d3a2e94439d2ace50d11f6a529e8c0b4..34a8190503c5cd1c005879d5fd6a9cf435e3ca1e:/weekly-update.py diff --git a/weekly-update.py b/weekly-update.py index 284ffb6..f55c69c 100755 --- a/weekly-update.py +++ b/weekly-update.py @@ -77,13 +77,13 @@ if punt: 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) if not dry_run: subprocess.check_call(["git", "commit", "ledger", "bloggers.yml", - "-m", "Punts for %s" % (today,)]) + "-m", "Punts for %s" % (date,)]) # if it's a dry run, lets set the ledger back to the beginning state if dry_run: