add mucha handler, fix CXB log duplication

This commit is contained in:
Hay1tsme
2023-02-17 01:37:59 -05:00
parent 7e3396a7ff
commit 9ee155792e
8 changed files with 232 additions and 17 deletions

View File

@ -11,7 +11,7 @@ from core.config import CoreConfig
from core.data import Data
from core.utils import Utils
class AllnetServlet():
class AllnetServlet:
def __init__(self, core_cfg: CoreConfig, cfg_folder: str):
super().__init__()
self.config = core_cfg