X-Git-Url: http://unremediatedgender.space/source?a=blobdiff_plain;f=notes%2Fmemoir_wordcounts.py;h=14aebc4cf2b5330c83a9e2e8a19a34fe64fb349d;hb=b3da6acf54f739933c373aa9c9058e84443cfdc3;hp=44ba04f35bd0cd614261d4da01ddf5b0ef1ef3e9;hpb=716f6cdd2a1cd08cefa05b0600028b951e4efa3e;p=Ultimately_Untrue_Thought.git diff --git a/notes/memoir_wordcounts.py b/notes/memoir_wordcounts.py index 44ba04f..14aebc4 100755 --- a/notes/memoir_wordcounts.py +++ b/notes/memoir_wordcounts.py @@ -41,7 +41,7 @@ def look_back(): subprocess.run(["git", "checkout", "HEAD~1"]) wordcount = wordcount_at_this_sha() date = date_at_this_sha() - if date < datetime.date(2022, 4, 1): + if date < datetime.date(2022, 4, 20): keep_going = False wordcounts.append((date, wordcount)) # don't leave the head detached