use a unicode symbol in the bar to save space
This commit is contained in:
parent
445e322596
commit
1ecec208e6
1 changed files with 1 additions and 1 deletions
2
todo.py
2
todo.py
|
@ -47,7 +47,7 @@ if __name__ == "__main__":
|
|||
list_of_priorities = [int(x.priority, base=16) for x in list_of_tasks]
|
||||
max_prio = max(list_of_priorities)
|
||||
min_prio = min(list_of_priorities)
|
||||
print("Tasks:", len(list_of_tasks))
|
||||
print("📋", len(list_of_tasks))
|
||||
print("---")
|
||||
for task in list_of_tasks:
|
||||
priority = int(task.priority, base=16)
|
||||
|
|
Loading…
Reference in a new issue