Skip to content

Commit

Permalink
remove clear tags on scraper refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
UTXOnly committed Jan 10, 2025
1 parent 4d874de commit 941cd2d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ def get_default_config(self):
return {}

def refresh_scrapers(self):
for scraper, config in self.scrapers.items():
config.tags = []
pass





Expand Down

0 comments on commit 941cd2d

Please sign in to comment.