示例#1
0
文件: main.py 项目: cutie/sa_search
def init():
    try:
        Post.init("posts")
    except Exception as e:
        print(e)