Adding example for weekly tasks
This commit is contained in:
2
main.py
2
main.py
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user