fix linter errors 🙄
This commit is contained in:
parent
75c431bd39
commit
369bbf042c
|
@ -74,7 +74,6 @@ class StreamChange(UpdateView):
|
|||
template_name_suffix = '_update_form'
|
||||
|
||||
|
||||
|
||||
@method_decorator(login_required, name='dispatch')
|
||||
@method_decorator(permission_required_or_403('rtmp.add_stream'),
|
||||
name='dispatch')
|
||||
|
|
Loading…
Reference in New Issue