mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 23:45:05 +02:00
Move around TODOs
This commit is contained in:
parent
3a57430893
commit
4b59a7c375
2 changed files with 4 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue