mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Update view.py
This commit is contained in:
parent
7f75eaf40b
commit
8e7d18cc84
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue