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:
edbdff4
)
Tiny little bug
author
Charles Connell
<charles@connells.org>
Fri, 3 Jan 2014 21:01:22 +0000
(16:01 -0500)
committer
Charles Connell
<charles@connells.org>
Fri, 3 Jan 2014 21:14:00 +0000
(16:14 -0500)
karmaworld/apps/notes/tasks.py
patch
|
blob
|
history
diff --git
a/karmaworld/apps/notes/tasks.py
b/karmaworld/apps/notes/tasks.py
index 546cad4b39edef8e13674149fb1ced91d0dce29b..1419ee670e39e100e5637b4d29ab9845af09835e 100644
(file)
--- a/
karmaworld/apps/notes/tasks.py
+++ b/
karmaworld/apps/notes/tasks.py
@@
-8,8
+8,8
@@
import twitter
import logging
import gdshortener
+logging.basicConfig()
logger = logging.getLogger(__name__)
-logger.basicConfig()
@task(name="tweet_note")
def tweet_note():