This website works better with JavaScript.
Home
Explore
Help
Sign In
OmmyZhang
/
ordinary2021
Watch
2
Star
0
Fork
2
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
disable choose next api
tree
欧醚
3 years ago
parent
3906d1d58a
commit
e954fbc46a
1 changed files
with
0 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-6
app.py
+ 0
- 6
app.py
View File
@ -264,12 +264,6 @@ def react():
return
str
(
n
)
@bp.route
(
'
/choose
'
)
def
choose_next
(
)
:
min_like_num
=
request
.
args
.
get
(
'
min_like
'
,
type
=
int
)
choose_new_next
(
min_like_num
)
return
'
ok
'
app
.
register_blueprint
(
bp
)
if
__name__
==
'
__main__
'
:
Write
Preview
Loading…
Cancel
Save