From 864506d9a4149fe83d3aab1acf7a8b0334c2a314 Mon Sep 17 00:00:00 2001 From: Sugui Date: Sun, 14 Apr 2024 12:04:53 +0200 Subject: [PATCH] Added task to TODO --- TODO.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index b60e289..b26a90a 100644 --- a/TODO.md +++ b/TODO.md @@ -1,4 +1,5 @@ - Parametrize bot API url in env variable - Encode images in base64 with proper prefix "data:image/png;base64," - Parametrize tags -- Generalize the ImageService test with faker \ No newline at end of file +- Generalize the ImageService test with faker +- Is there a better way to import modules without using relative paths? \ No newline at end of file