mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Add 'skip' option to crawlers
This commit is contained in:
@ -13,7 +13,11 @@ class AuthError(Exception):
|
||||
|
||||
|
||||
class AuthSection(Section):
|
||||
pass
|
||||
def type(self) -> str:
|
||||
value = self.s.get("type")
|
||||
if value is None:
|
||||
self.missing_value("type")
|
||||
return value
|
||||
|
||||
|
||||
class Authenticator(ABC):
|
||||
|
Reference in New Issue
Block a user