1 Star 0 Fork 5

devops-qa/AutoUAPI

forked from guanfuchang/AutoUAPI 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.py 300 Bytes
一键复制 编辑 原始数据 按行查看 历史
guanfuchang 提交于 2021-07-24 19:02 . 初始化项目
import os
from loguru import logger
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
logger.add(
sink=os.path.join(BASE_DIR, 'logs/runtime_{time}.log'),
encoding='utf-8'
)
BASIC_URI = "https://mch.test.p.thinkinpower.net"
if __name__ == '__main__':
print("BASE_DIR:", BASE_DIR)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/devops-qa/auto-uapi.git
git@gitee.com:devops-qa/auto-uapi.git
devops-qa
auto-uapi
AutoUAPI
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385