Fix typo
This commit is contained in:
parent
cc2bea2d87
commit
a2ef1919d1
|
@ -68,7 +68,7 @@ def matrix_message(message, prefix=''):
|
||||||
|
|
||||||
|
|
||||||
@shared_task
|
@shared_task
|
||||||
def twitter_mesage(message, prefix=''):
|
def twitter_message(message, prefix=''):
|
||||||
import twitter
|
import twitter
|
||||||
api = twitter.Api(consumer_key=[settings.TWITTER_CONSUMER_KEY],
|
api = twitter.Api(consumer_key=[settings.TWITTER_CONSUMER_KEY],
|
||||||
consumer_secret=[settings.TWITTER_CONSUMER_SECRET],
|
consumer_secret=[settings.TWITTER_CONSUMER_SECRET],
|
||||||
|
|
Loading…
Reference in New Issue