[PCM] allow all jannies to add streamers

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-06 00:20:09 +02:00
parent d57d4c9864
commit 67d6d7e2de
1 changed files with 0 additions and 3 deletions

View File

@ -561,9 +561,6 @@ 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, 1550):
return {"error": 'Only Kippy can add channels!'}, 403
link = request.values.get('link').strip()
if 'youtube.com/channel/' in link: