From 369bbf042cb60ea68181ef960cfe1b0af8335f5e Mon Sep 17 00:00:00 2001 From: Jan Koppe Date: Fri, 1 May 2020 14:20:02 +0200 Subject: [PATCH] =?UTF-8?q?fix=20linter=20errors=20=F0=9F=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rtmp/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rtmp/views.py b/rtmp/views.py index 3673cc2..afc9df2 100644 --- a/rtmp/views.py +++ b/rtmp/views.py @@ -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')