forked from MarseyWorld/MarseyWorld
[PCM] allow all jannies to add streamers
parent
d57d4c9864
commit
67d6d7e2de
|
@ -561,9 +561,6 @@ if SITE == 'pcmemes.net':
|
||||||
@app.post('/live/add')
|
@app.post('/live/add')
|
||||||
@admin_level_required(2)
|
@admin_level_required(2)
|
||||||
def live_add(v):
|
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()
|
link = request.values.get('link').strip()
|
||||||
|
|
||||||
if 'youtube.com/channel/' in link:
|
if 'youtube.com/channel/' in link:
|
||||||
|
|
Loading…
Reference in New Issue