From 10d09f076cca7f4160d19341a7bfe13d8e0d5683 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 25 Sep 2022 08:18:03 +0200 Subject: [PATCH] fix --- files/routes/static.py | 1 + files/templates/live.html | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/files/routes/static.py b/files/routes/static.py index 322c31598..c6bc1bb83 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -546,6 +546,7 @@ if SITE == 'pcmemes.net': if not id.startswith('UC'): req = requests.get(f'https://www.googleapis.com/youtube/v3/channels?key={YOUTUBE_KEY}&forUsername={id}&part=id', timeout=5, proxies=proxies).json() + print(req, flush=True) id = req['items']['id'] live = cache.get('live') or [] diff --git a/files/templates/live.html b/files/templates/live.html index 1a6c3e075..d529f3708 100644 --- a/files/templates/live.html +++ b/files/templates/live.html @@ -104,4 +104,8 @@ {% endif %} +
+
+
+
{% endblock %} \ No newline at end of file