forked from killua/TakwayPlatform
添加佛祖
This commit is contained in:
parent
5c81a56de7
commit
de370f77ac
21
app/main.py
21
app/main.py
|
@ -4,3 +4,24 @@ import uvicorn
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
uvicorn.run("app.main:app", host=Config.UVICORN.HOST, port=Config.UVICORN.PORT, workers=Config.UVICORN.WORKERS)
|
uvicorn.run("app.main:app", host=Config.UVICORN.HOST, port=Config.UVICORN.PORT, workers=Config.UVICORN.WORKERS)
|
||||||
|
|
||||||
|
|
||||||
|
# _ooOoo_ #
|
||||||
|
# o8888888o #
|
||||||
|
# 88" . "88 #
|
||||||
|
# (| -_- |) #
|
||||||
|
# O\ = /O #
|
||||||
|
# ____/`---'\____ #
|
||||||
|
# . ' \\| |// `. #
|
||||||
|
# / \\||| : |||// \ #
|
||||||
|
# / _||||| -:- |||||- \ #
|
||||||
|
# | | \\\ - /// | | #
|
||||||
|
# \ .-\__ `-` ___/-. / #
|
||||||
|
# ___`. .' /--.--\ `. . __ #
|
||||||
|
# ."" '< `.___\_<|>_/___.' >'"". #
|
||||||
|
# | | : `- \`.;`\ _ /`;.`/ - ` : | | #
|
||||||
|
# \ \ `-. \_ __\ /__ _/ .-` / / #
|
||||||
|
# ======`-.____`-.___\_____/___.-`____.-'====== #
|
||||||
|
# `=---=' #
|
||||||
|
# ............................................. #
|
||||||
|
# 佛祖保佑 永无BUG #
|
Loading…
Reference in New Issue