mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[PR #969] [MERGED] Fix a bug on remove_block_titles() and remove_block_url() #1035
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#1035
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/benbusby/whoogle-search/pull/969
Author: @xatier
Created: 3/14/2023
Status: ✅ Merged
Merged: 3/14/2023
Merged by: @benbusby
Base:
main← Head:main📝 Commits (1)
baccc35Fix a bug on remove_block_titles() and remove_block_url()📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
app/filter.py(+2 -2)📄 Description
Fix the exception
AttributeError: 'Filter' object has no attribute 'block_url'introduced in this commit [1].self.block_titleandself.block_urlwere members of the Filter object[2], but not anymore after commit [1].This bug can be reproduced with setting
WHOOGLE_CONFIG_BLOCK_URLto a non-empty string.[1]
github.com/benbusby/whoogle-search@10a15e06e1[2]
github.com/benbusby/whoogle-search@284a8102c8🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.