1 Star 1 Fork 1

知几/wechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.py 283 Bytes
一键复制 编辑 原始数据 按行查看 历史
xusl 提交于 2019-03-21 09:06 . first commit
#!/usr/bin/env python3.4
# encoding: utf-8
"""
Created on 19-3-18
@title: '配置'
@author: Xusl
"""
import os
# 其中 os.path.split(os.path.realpath(__file__))[0] 得到的是当前文件模块的目录
logger_path = os.path.join(os.path.dirname(__file__), 'logging.conf')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/raeinzj/wechat.git
[email protected]:raeinzj/wechat.git
raeinzj
wechat
wechat
master

搜索帮助