remove unused ROOT_DIRECTORY and LOGS_DIRECTORY
This commit is contained in:
parent
b5c068a0ce
commit
84bb45d0ba
1 changed files with 0 additions and 3 deletions
|
@ -4,9 +4,6 @@
|
|||
import datetime, os.path
|
||||
from src import ModuleManager, utils
|
||||
|
||||
ROOT_DIRECTORY = os.path.dirname(os.path.realpath(__file__))
|
||||
LOGS_DIRECTORY = os.path.join(ROOT_DIRECTORY, "logs")
|
||||
|
||||
SETTING = utils.BoolSetting("channel-log",
|
||||
"Enable/disable channel logging")
|
||||
|
||||
|
|
Loading…
Reference in a new issue