added pie chart
This commit is contained in:
@@ -46,7 +46,7 @@ def generate_tweet(ctx, e):
|
||||
# emit to outside world
|
||||
emit('tweet', tweet)
|
||||
for w in words(tweet['text']):
|
||||
emit('balk', {
|
||||
emit('pie', {
|
||||
'action': 'add',
|
||||
'value': (str(w), 1)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user