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 ae21301 commit 3987778Copy full SHA for 3987778
app.py
@@ -223,7 +223,7 @@ def complete_task(task_id): # complete task from task id
223
* task.difficulty
224
* task.repeat_often
225
* repeat_multiplier
226
- * math.log(max(task.times_completed, 1))
+ * (1 + math.log(max(task.times_completed, 1)))
227
)
228
) # add XP
229
db.session.commit() # commit database changes
0 commit comments