Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
flynn
tractor
Commits
11f3fe4c
Commit
11f3fe4c
authored
Nov 15, 2020
by
flynn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
better return
parent
2a4d0a09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app.py
app.py
+1
-1
No files found.
app.py
View file @
11f3fe4c
...
...
@@ -69,7 +69,7 @@ def handle_change(amount: int):
print
(
"Giving {} points to {}"
.
format
(
amount
,
user
))
datawriter
.
writerow
([
user
,
amount
])
return
"
yes"
return
"
Giving {} points to {}"
.
format
(
amount
,
users
)
else
:
return
"NO >:("
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment