sneed
This commit is contained in:
parent
223dfc0836
commit
0273679c68
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ def visitors(username, v):
|
|||
if v.admin_level < 1 and not v.patron:
|
||||
abort(403)
|
||||
|
||||
viewers=sorted(u.viewers, key = lambda x: x.last_view_utc, reverse = True)
|
||||
viewers=sorted(u.viewers, key = lambda x: x.last_view_utc)
|
||||
|
||||
return render_template("viewers.html", v=v, viewers=viewers)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue