This commit is contained in:
bvn13 2024-06-29 00:32:42 +03:00
parent 2609428392
commit 3e2c0ba843
2 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@ class CreateTaskResource:
if section_found and is_waiting_empty_line == True and line.strip() == '':
content.append("- [ ] {0}\n".format(text))
is_waiting_empty_line = False
with open(self.__todo_path, 'w', encoding='utf-8') as file:
with open(file_path, 'w', encoding='utf-8') as file:
file.writelines(content)
########################################################################################################

View File

@ -1 +1 @@
1.3.2
1.3.3