Exemple #1
0
def TopTenHandler(cmd):
    if cmd == 'update':
        topten.update()
        return 'top 10 updated successfully'
Exemple #2
0
def initTopTen():
    topten.update()