add obese

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-25 07:46:02 +02:00
parent 13a3d5c27e
commit 8d6937e237
1 changed files with 1 additions and 1 deletions

View File

@ -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()