From 2b0a798fec5bab99950cd54512cc2a5d02df1b5d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 25 Sep 2022 06:40:19 +0200 Subject: [PATCH] fix --- files/routes/static.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/routes/static.py b/files/routes/static.py index 15fbed388c..9ac9f9f654 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -523,8 +523,6 @@ if SITE == 'pcmemes.net': return live, offline - live_cached() - @app.get('/live') @app.get('/logged_out/live') @auth_desired_with_logingate