Skip to content

Commit

Permalink
Resolve #13
Browse files Browse the repository at this point in the history
  • Loading branch information
CMDR-WDX committed Dec 6, 2022
1 parent 55ddcbd commit dbb937f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion massacre/logger_factory.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
from pathlib import Path
import logging
import os
from os.path import basename, dirname
import config

_plugin_name = "massacre"
_plugin_name = basename(Path(dirname(__file__)).parent)


def __build_logger_for_module() -> logging.Logger:
Expand Down

0 comments on commit dbb937f

Please sign in to comment.