コード例 #1
0
def listener():
    from libs.listener import bot
    with json_api.app_context():
        bot.join()
コード例 #2
0
ファイル: tasks.py プロジェクト: skyformat99/wechat-admin
def listener():
    with json_api.app_context():
        bot.join()
コード例 #3
0
ファイル: tasks.py プロジェクト: ysh0566/wechat-admin
def listener():
    with json_api.app_context():
        bot.join()