|
|
@ -98,8 +98,6 @@ def highscores(): |
|
|
|
else: |
|
|
|
else: |
|
|
|
tagquery = tagquery + ' and tags like "%' + tag + '%"' |
|
|
|
tagquery = tagquery + ' and tags like "%' + tag + '%"' |
|
|
|
|
|
|
|
|
|
|
|
print(tagquery) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
db = get_db() |
|
|
|
db = get_db() |
|
|
|
cur = db.execute('select * from score ' + tagquery + ' order by duration asc') |
|
|
|
cur = db.execute('select * from score ' + tagquery + ' order by duration asc') |
|
|
|
entries = cur.fetchall() |
|
|
|
entries = cur.fetchall() |
|
|
|