runkeeper stuff
This commit is contained in:
@@ -302,8 +302,7 @@ def myqueue(queue,function,*args,**kwargs):
|
||||
|
||||
if settings.TESTING:
|
||||
return MockJob()
|
||||
|
||||
if settings.CELERY:
|
||||
elif settings.CELERY:
|
||||
kwargs['debug'] = True
|
||||
|
||||
job = function.delay(*args,**kwargs)
|
||||
|
||||
Reference in New Issue
Block a user