mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01: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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user