check in
[Ultimately_Untrue_Thought.git] / notes / memoir_wordcounts.py
index 44ba04f..14aebc4 100755 (executable)
@@ -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