Commit 0e19b429 authored by Roman Alifanov's avatar Roman Alifanov

some fix

parent c404280a
......@@ -6,6 +6,8 @@ from .base import BaseSection
import logging
class CustomSection(BaseSection):
settings = []
def __init__(self, section_data, module):
super().__init__(section_data, module)
self.logger = logging.getLogger(f"{self.__class__.__name__}[{self.name}]")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment