diff --git a/utils.py b/utils.py index 936dbe0..743e169 100644 --- a/utils.py +++ b/utils.py @@ -42,7 +42,10 @@ def load_from_json(filename): def get_priority_level(days_remaining): - """Determine priority based on days remaining""" + """Determine priority based on days remaining + working on this issue for the first time + fix + """ if days_remaining < 0: return "OVERDUE" elif days_remaining <= 3: