Fix bad detailed output
This commit is contained in:
@@ -236,7 +236,7 @@ def view_project_set_active(project_id, last_action, conn):
|
||||
task_id, username, name, status, priority, date, time, nb_note = row
|
||||
message = date + time + name
|
||||
print(
|
||||
" {} {:d}: ({}) [{}] [{}] {} ({} tasks)".format(
|
||||
" {} {:d}: ({}) [{}] [{}] {} ({} notes)".format(
|
||||
"*" if last_action.task_id == row[0] else " ",
|
||||
task_id,
|
||||
username,
|
||||
|
||||
Reference in New Issue
Block a user