mirror of
https://github.com/xfgryujk/blivechat.git
synced 2025-01-16 15:20:24 +08:00
6 lines
119 B
Python
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')
|