mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Move around TODOs
This commit is contained in:
parent
3a57430893
commit
4b59a7c375
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user