fix typo
This commit is contained in:
parent
37381dd947
commit
183f898ab2
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Reference in a new issue