From 104854be6a4f7d56a6608f113e7c9ca1631ac759 Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 1 Feb 2025 16:00:05 +0100 Subject: [PATCH] Added Todo. --- TODO.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..8b22fce --- /dev/null +++ b/TODO.md @@ -0,0 +1,4 @@ +# Todo's + + - implement logging module instead of all print statements. + - use asyncio processes instead of subprocess module processes.