def listener(): from libs.listener import bot with json_api.app_context(): bot.join()
def listener(): with json_api.app_context(): bot.join()