diff --git a/PFERD/ilias/authenticators.py b/PFERD/ilias/authenticators.py index e1da49d..5443d99 100644 --- a/PFERD/ilias/authenticators.py +++ b/PFERD/ilias/authenticators.py @@ -15,9 +15,6 @@ from ..utils import soupify LOGGER = logging.getLogger(__name__) -# TODO save cookies whenever we know they're good - - class IliasAuthenticator(abc.ABC): # pylint: disable=too-few-public-methods diff --git a/PFERD/pferd.py b/PFERD/pferd.py index adbc9bf..ff2743f 100644 --- a/PFERD/pferd.py +++ b/PFERD/pferd.py @@ -10,6 +10,10 @@ from .transform import Transform, apply_transform from .utils import Location +# TODO save known-good cookies as soon as possible +# TODO print synchronizer name before beginning synchronization + + class Pferd(Location): # pylint: disable=too-many-arguments