From 59f7a7655bd1170b152840a215936b876fc9f043 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 22 Sep 2022 04:29:50 +0200 Subject: [PATCH] remove ordering as a test --- files/routes/static.py | 1 - 1 file changed, 1 deletion(-) diff --git a/files/routes/static.py b/files/routes/static.py index 5db41b7ba3..b1ef00c2c4 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -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) \ No newline at end of file