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
Labels
Milestones
New Pull Request
#4
reset MIN_LIKE_NUM as 5
Merged
OmmyZhang
merged 1 commits from
namasikanam/ordinary2021:master
into
master
3 years ago
Conversation
0
Commits
1
Files Changed
1
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
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