merged from master

This commit is contained in:
2022-11-03 16:42:19 +01:00
19 changed files with 224 additions and 121 deletions

View File

@@ -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)
})