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
reset MIN_LIKE_NUM as 5
pull/4/head
namasikanam
3 years ago
parent
eb73d39ba2
commit
1c3e8955bc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app.py
+ 1
- 1
app.py
View File
@ -23,7 +23,7 @@ WRONG_ANS_HTML = '''
<
/
html
>
'''
MIN_LIKE_NUM
=
10
MIN_LIKE_NUM
=
5
app
=
Flask
(
__name__
)
Write
Preview
Loading…
Cancel
Save