blivechat/plugins/msg-logging/config.py

6 lines
133 B
Python
Raw Normal View History

2023-11-05 16:29:11 +08:00
# -*- coding: utf-8 -*-
import os
2024-03-17 09:54:55 +08:00
BASE_PATH = os.path.dirname(os.path.realpath(__file__))
2023-11-05 16:29:11 +08:00
LOG_PATH = os.path.join(BASE_PATH, 'log')