from .tool.func import * async def list_user(arg_num = 1): with get_db_connect() as conn: curs = conn.cursor() sql_num = (arg_num * 50 - 50) if arg_num * 50 > 0 else 0 list_data = '' + next_fix(conn, '/list/user/', arg_num, user_list) return easy_minify(conn, flask.render_template(skin_check(conn), imp = [get_lang(conn, 'member_list'), wiki_set(conn), await wiki_custom(conn), wiki_css([0, 0])], data = list_data, menu = [['other', get_lang(conn, 'return')]] ))