def ajax_new_weibo_tree(): mid = request.args.get('mid', '') weibo_timestamp = request.args.get('timestamp', '') results = new_get_weibo_tree(mid, weibo_timestamp) if not results: results = '' return results