Private
Public Access
1
0

added further testing

This commit is contained in:
Sander Roosendaal
2017-05-10 12:46:27 +02:00
parent adf96da539
commit 44fa1ec056
2 changed files with 2 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ from async_messages import message_user,messages
@app.task
def addcomment(userid,id):
time.sleep(45)
time.sleep(5)
w = Workout.objects.get(id=id)
w.notes += '\n the task has run'
w.save()