projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f354fe9
)
Minor typo
author
Charles Connell
<charles@connells.org>
Mon, 23 Dec 2013 20:24:09 +0000
(15:24 -0500)
committer
Charles Connell
<charles@connells.org>
Mon, 23 Dec 2013 20:24:15 +0000
(15:24 -0500)
karmaworld/settings/prod.py
patch
|
blob
|
history
diff --git
a/karmaworld/settings/prod.py
b/karmaworld/settings/prod.py
index 869be9f8246e185658513b98d5210417e9133e83..b20e37e524afc09dc1da71722100ef0353f6f176 100644
(file)
--- 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),
},
}