@@ -127,7 +127,7 @@ class PotTask(ATask):
class TaskManager:
def __init__(self):
self.tasks: ATask = []
self.tasks = []
def add(self, task: ATask):
self.tasks.append(task)
The note is not visible to the blocked user.