mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-13 07:55:05 +02:00
Move logging into its own file
This commit is contained in:
parent
80247400a4
commit
8a42a2a396
8 changed files with 157 additions and 117 deletions
|
|
@ -9,10 +9,11 @@ from typing import Callable, List, Optional
|
|||
import bs4
|
||||
import requests
|
||||
|
||||
from ..logging import PrettyLogger
|
||||
from ..organizer import Organizer
|
||||
from ..tmp_dir import TmpDir
|
||||
from ..transform import Transformable
|
||||
from ..utils import PrettyLogger, soupify, stream_to_path
|
||||
from ..utils import soupify, stream_to_path
|
||||
from .authenticators import IliasAuthenticator
|
||||
|
||||
LOGGER = logging.getLogger(__name__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue