This commit is contained in:
Infinidoge 2025-02-27 01:38:12 -05:00
parent 37381dd947
commit 183f898ab2
Signed by: Infinidoge
SSH key fingerprint: SHA256:VEv3zmkBzcYYle6/37h+BbOyNDbGy/o8SHh7fcs9RbQ

View file

@ -129,7 +129,7 @@ with DAVClient(
"Want to do": should_want[3:6], "Want to do": should_want[3:6],
} }
if len(should_want) > 6: if len(should_want) > 6:
categories["Leftover"] = sould_want[7:] categories["Leftover"] = should_want[7:]
with p: with p:
log.debug("Printing output") log.debug("Printing output")