remove ordering as a test

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-22 04:29:50 +02:00
parent ddcebd10be
commit 59f7a7655b
1 changed files with 0 additions and 1 deletions

View File

@ -489,5 +489,4 @@ 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)