summaryrefslogtreecommitdiff
path: root/ATRI/log.py
diff options
context:
space:
mode:
Diffstat (limited to 'ATRI/log.py')
-rw-r--r--ATRI/log.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ATRI/log.py b/ATRI/log.py
index 39a4864..77f16ef 100644
--- a/ATRI/log.py
+++ b/ATRI/log.py
@@ -8,7 +8,7 @@ from .config import BotSelfConfig
LOGGER_DIR = Path(".") / "data" / "logs"
-LOGGER_DIR.parent.mkdir(exist_ok=True, parents=True)
+LOGGER_DIR.mkdir(exist_ok=True, parents=True)
NOW_TIME = datetime.now().strftime("%Y%m%d-%H")