mirror of
https://github.com/benbusby/whoogle-search
synced 2024-10-30 09:20:50 +00:00
08aa1ab8f1
Changed "find_all()[0]" for find; which yields only one result. Added check to ensure result_div exists before searching for results.
26 lines
224 B
Plaintext
26 lines
224 B
Plaintext
venv/
|
|
.idea/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pem
|
|
*.conf
|
|
*.key
|
|
config.json
|
|
test/static
|
|
flask_session/
|
|
app/static/config
|
|
app/static/custom_config
|
|
app/static/bangs
|
|
|
|
# pip stuff
|
|
/build/
|
|
dist/
|
|
*.egg-info/
|
|
|
|
# env
|
|
whoogle.env
|
|
|
|
# vim
|
|
*~
|
|
*.swp
|