diff --git a/.claude/settings.local.json b/.claude/settings.local.json index f93a9ea..9866b2d 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -16,7 +16,13 @@ "Bash(.venv/bin/python -c ' *)", "Bash(.venv/bin/python gui_main.py)", "Skill(claude-in-chrome)", - "Bash(pkill -f \"gui_main.py\")" + "Bash(pkill -f \"gui_main.py\")", + "Bash(QT_QPA_PLATFORM=offscreen .venv/bin/python -c ' *)", + "Bash(git add *)", + "Bash(git pull *)", + "Bash(git stash *)", + "Bash(.venv/bin/python -c \"from core.bookys_scraper import CATEGORIES; print\\('categories:', list\\(CATEGORIES\\)\\)\")", + "Bash(git push *)" ] } } diff --git a/core/__pycache__/bookys_scraper.cpython-314.pyc b/core/__pycache__/bookys_scraper.cpython-314.pyc index e979e2a..9b1d36a 100644 Binary files a/core/__pycache__/bookys_scraper.cpython-314.pyc and b/core/__pycache__/bookys_scraper.cpython-314.pyc differ