mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Merge
This commit is contained in:
commit
a33e7fed58
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ class M3uParseStreamsView(FlaskView):
|
||||||
m3u = M3uParseStreams.objects()
|
m3u = M3uParseStreams.objects()
|
||||||
return render_template('autofill/show_streams.html', m3u=m3u)
|
return render_template('autofill/show_streams.html', m3u=m3u)
|
||||||
|
|
||||||
@login_required
|
|
||||||
def show_anonim(self):
|
def show_anonim(self):
|
||||||
m3u = M3uParseStreams.objects()
|
m3u = M3uParseStreams.objects()
|
||||||
return render_template('autofill/show_streams_anonim.html', m3u=m3u)
|
return render_template('autofill/show_streams_anonim.html', m3u=m3u)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue