workout histo & workout delete - urls.py 225
This commit is contained in:
@@ -15,7 +15,7 @@ from django.contrib.auth.models import User
|
||||
|
||||
|
||||
@app.task
|
||||
def addcomment2(userid,id):
|
||||
def addcomment2(userid,id,debug=False):
|
||||
|
||||
time.sleep(5)
|
||||
# w = Workout.objects.get(id=id)
|
||||
|
||||
Reference in New Issue
Block a user