This commit is contained in:
2024-06-17 22:15:47 +02:00
parent b427531896
commit 882f2a7982
3 changed files with 18 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ def task_help():
message = "# Tasks for this week\n"
for task in data:
message += "- {} ({}): {}\n".format(task["Name"], task["Value"], task["Description"])
message += "- **{}** (*{}*): {}\n".format(task["Name"], task["Value"], task["Description"])
return message