Adding example for weekly tasks

This commit is contained in:
2023-09-22 13:27:03 +02:00
parent f962eceb89
commit a2c8f66933
3 changed files with 13 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ if __name__ == "__main__":
conf = load(configuration_file.read(), Loader=FullLoader)
ref_date = datetime.date.today() + datetime.timedelta(days=2)
with open('tasks.example.yml', 'r') as content_file:
with open('tasks.yml', 'r') as content_file:
tasks_conf = load(content_file.read(), Loader=FullLoader)
task_list = []