mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-26 23:52:05 +00:00
handlers::db_path already creates the DATA_DIR before it opens $DATA_DIR/task_queue.db, and every other caller (tests) passes a path whose parent exists, so the guard plus its one-caller rusqlite_error mapper were duplicated work. The doc now says which caller owns the directory.