From 8e7d18cc841d646f6acb34c45aa34b2a72f2598e Mon Sep 17 00:00:00 2001 From: Alexandr Topilski Date: Fri, 14 Feb 2020 20:17:31 +0300 Subject: [PATCH] Update view.py --- app/autofill/view.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/autofill/view.py b/app/autofill/view.py index f9ad59a..5e7fe17 100644 --- a/app/autofill/view.py +++ b/app/autofill/view.py @@ -17,8 +17,7 @@ class M3uParseView(FlaskView): def show(self): m3u = M3uParse.objects() return render_template('autofill/show.html', m3u=m3u) - - @login_required + def show_anonim(self): m3u = M3uParse.objects() return render_template('autofill/show_anonim.html', m3u=m3u)