From 4b59a7c3751bc20c2e668b0e90737145b973ca7b Mon Sep 17 00:00:00 2001 From: Joscha Date: Thu, 23 Apr 2020 10:49:01 +0000 Subject: [PATCH] Move around TODOs --- PFERD/ilias/authenticators.py | 3 --- PFERD/pferd.py | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) 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