order by viewer count

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-22 04:22:21 +02:00
parent c20fc34704
commit 71309f86fb
1 changed files with 1 additions and 0 deletions

View File

@ -489,4 +489,5 @@ if SITE_NAME == 'PCM':
try: offline.append((req.url, y.group(2), y.group(1)))
except: print(x)
live = sorted(live, key=lambda x: x[4], reverse=True)
return render_template(f'live.html', v=v, live=live, offline=offline)