mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-08-16 04:22:26 +02:00
Use warn method in IliasCrawler
This commit is contained in:
@@ -40,6 +40,12 @@ def enable_logging(name: str = "PFERD", level: int = logging.INFO) -> None:
|
||||
colorama.init()
|
||||
|
||||
|
||||
class FatalException(Exception):
|
||||
"""
|
||||
A fatal exception occurred. Recovery is not possible.
|
||||
"""
|
||||
|
||||
|
||||
class PrettyLogger:
|
||||
"""
|
||||
A logger that prints some specially formatted log messages in color.
|
||||
|
Reference in New Issue
Block a user