From: Charles Connell Date: Mon, 23 Dec 2013 20:24:09 +0000 (-0500) Subject: Minor typo X-Git-Tag: release-20150131~366^2~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2fdc14820d4df5378af4d32faa55d3b1eed2727f;p=oweals%2Fkarmaworld.git Minor typo --- diff --git a/karmaworld/settings/prod.py b/karmaworld/settings/prod.py index 869be9f..b20e37e 100644 --- a/karmaworld/settings/prod.py +++ b/karmaworld/settings/prod.py @@ -102,7 +102,7 @@ CELERY_RESULT_BACKEND = 'amqp' CELERYBEAT_SCHEDULE = { 'tweet-about-notes': { 'task': 'tweet_note', - 'schedule': timedelta(minutes-60), + 'schedule': timedelta(minutes=60), }, }