From 56922dcd478c299b16be7764c5f1673f36e74af9 Mon Sep 17 00:00:00 2001 From: Yuvi9587 <114073886+Yuvi9587@users.noreply.github.com> Date: Thu, 3 Jul 2025 18:41:50 +0530 Subject: [PATCH] Update note.md --- note.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/note.md b/note.md index 708559a..53c2203 100644 --- a/note.md +++ b/note.md @@ -17,9 +17,7 @@ KemonoDownloader/ ├── assets/ # Icons and other static files │ └── Kemono.ico ├── data/ # Stuff that gets saved (user config, cookies, etc.) -│ ├── creators.json -│ ├── Known.txt -│ └── cookies.txt +│ └── creators.json ├── logs/ # Error logs and other output │ └── uncaught_exceptions.log └── src/ # Main code lives here @@ -93,4 +91,4 @@ If something's busted: - Feel free to open an issue if you're using this. - Or just message me. Feedback helps a lot while I’m still figuring things out. -Thanks for checking it out! Still a work in progress, but getting there. \ No newline at end of file +Thanks for checking it out! Still a work in progress, but getting there.