Cleanup a little

This commit is contained in:
2024-02-20 19:56:54 +00:00
parent 03b9a8b446
commit 1bab028ac5
+6 -1
View File
@@ -1,5 +1,4 @@
import configparser
import copy
import logging
from pprint import pprint
@@ -75,6 +74,12 @@ if __name__ == "__main__":
# for text in subtask_texts:
# subtask['body'] = text
# ac.create_subtask(subtask)
# delete
# for text in subtask_texts:
# subtask = ac.find_subtask_with_body(task, text)
# if subtask is not None:
# print(subtask)
# ac.delete_subtask(subtask)
# # unassign a single subtask
# subtask_id = 12203