mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Use global conductor instance
The switch from crawler-local conductors to a single pferd-global conductor was made to prepare for auth section credential providers.
This commit is contained in:
parent
595ba8b7ab
commit
d5f29f01c5
6 changed files with 34 additions and 13 deletions
|
|
@ -23,6 +23,10 @@ class ConfigFormatException(Exception):
|
|||
|
||||
|
||||
class Section:
|
||||
"""
|
||||
Base class for the crawler and auth section classes.
|
||||
"""
|
||||
|
||||
def __init__(self, section: SectionProxy):
|
||||
self.s = section
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue