mirror of
https://github.com/xfgryujk/blivechat.git
synced 2024-12-27 13:20:29 +08:00
6 lines
133 B
Python
6 lines
133 B
Python
# -*- coding: utf-8 -*-
|
|
import os
|
|
|
|
BASE_PATH = os.path.dirname(os.path.realpath(__file__))
|
|
LOG_PATH = os.path.join(BASE_PATH, 'log')
|