From 8d6937e237b5afac9b1c2e0030dead839fd06c81 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 25 Sep 2022 07:46:02 +0200 Subject: [PATCH] add obese --- files/routes/static.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/static.py b/files/routes/static.py index 042e50cb6..e0022723a 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -539,7 +539,7 @@ if SITE == 'pcmemes.net': @app.post('/live/add') @admin_level_required(2) def live_add(v): - if v.id not in (AEVANN_ID, KIPPY_ID): + if v.id not in (AEVANN_ID, KIPPY_ID, 1550): return {"error": 'Only Kippy can add channels!'}, 403 id = request.values.get('id').strip()