Beispiel #1
0
def get_index():
    conn = get_conn()
    return conn['index']
Beispiel #2
0
def get_new_songs():
    conn = get_conn()
    return conn['song_list']
Beispiel #3
0
def get_single_comments():
    conn = get_conn()
    return conn['single_comments']
Beispiel #4
0
def get_chinese_playlist():
    conn = get_conn()
    return conn['play_list_chinese']
Beispiel #5
0
def get_janpanese_playlist():
    conn = get_conn()
    return conn['play_list_japanese']
Beispiel #6
0
def get_comments():
    conn = get_conn()
    return conn['comments']