mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-09-09 14:12:26 +02:00
Move logging into its own file
This commit is contained in:
@@ -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__)
|
||||
|
Reference in New Issue
Block a user