search field

This commit is contained in:
Tim Wijma
2022-11-01 13:03:02 +01:00
parent 696824dbcf
commit 186b6e4b3e
3 changed files with 28 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ def generate_sample(ctx, e):
if ctx.count % 50 == 0:
emit('debug', {'text': 'Log message #'+str(ctx.count)+'!'})
tweet = e.data
print(tweet)
# print(tweet)
# base sample on previous one
# sample = clip(-100, e.data['previous'] + random.uniform(+5.0, -5.0), 100)
# emit to outside world