From b32a3999257e8e986970f93626833ea62ae928bd Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 24 Sep 2022 02:11:40 +0200 Subject: [PATCH] fix --- files/routes/static.py | 2 +- files/templates/live.html | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/files/routes/static.py b/files/routes/static.py index f007109f80..197de5a1bf 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -510,4 +510,4 @@ if SITE == 'pcmemes.net': g.db.delete(streamer) live_cached = cache.get('live_cached') or [[],[]] - return render_template('live.html', v=v, live=live_cached()[0], offline=live_cached()[1], msg="Channel removed successfuly!") \ No newline at end of file + return render_template('live.html', v=v, live=live_cached[0], offline=live_cached[1], msg="Channel removed successfuly!") \ No newline at end of file diff --git a/files/templates/live.html b/files/templates/live.html index 0c8d2e0789..799b221f0e 100644 --- a/files/templates/live.html +++ b/files/templates/live.html @@ -15,7 +15,7 @@ @@ -59,7 +59,8 @@
- + +
{% endif %}