blivechat/plugins/msg-logging/config.py
2023-11-05 16:29:11 +08:00

6 lines
119 B
Python

# -*- coding: utf-8 -*-
import os
BASE_PATH = os.path.realpath(os.getcwd())
LOG_PATH = os.path.join(BASE_PATH, 'log')