[common] add reference to 'exception' module to Extractor class

- remove 'exception' imports
- replace with 'self.exc'
This commit is contained in:
Mike Fährmann
2026-02-14 21:29:26 +01:00
parent b552cdba04
commit 53cdfaac37
100 changed files with 382 additions and 382 deletions

View File

@@ -54,6 +54,7 @@ class Extractor():
request_interval_429 = 60.0
request_timestamp = 0.0
finalize = skip = None
exc = exception
def __init__(self, match):
self.log = logging.getLogger(self.category)