[oauth] use custom key/secret values during oauth:…

This commit is contained in:
Mike Fährmann
2018-01-16 17:39:46 +01:00
parent 421a9740a3
commit 91ed147cef
2 changed files with 15 additions and 10 deletions

View File

@@ -119,7 +119,6 @@ class blacklist():
for _, klass in _list_patterns():
if klass.category in categories:
self.extractors.append(klass)
print(self.extractors)
def __enter__(self):
_blacklist.update(self.extractors)