We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4ab75 commit 213ae7fCopy full SHA for 213ae7f
app.py
@@ -236,6 +236,7 @@ def complete_task(task_id): # complete task from task id
236
completed=False
237
).count() # get number of active tasks (tasks that are not completed)
238
if user:
239
+ user.tasks_completed += 1 # increase number of tasks completed by 1
240
user.add_xp(
241
round(
242
task.priority
0 commit comments