From 183f898ab2036197dcc4d8a78f25ecaf77cb8ab1 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 27 Feb 2025 01:38:12 -0500 Subject: [PATCH] fix typo --- daily-todo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daily-todo.py b/daily-todo.py index 0c661d6..13e12e4 100644 --- a/daily-todo.py +++ b/daily-todo.py @@ -129,7 +129,7 @@ with DAVClient( "Want to do": should_want[3:6], } if len(should_want) > 6: - categories["Leftover"] = sould_want[7:] + categories["Leftover"] = should_want[7:] with p: log.debug("Printing output")