Good enough

This commit is contained in:
2022-11-03 17:26:09 +01:00
parent 60d31ec3bc
commit f4be6d55e5
3 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ root_content_path = 'dashboard_static'
# the action will be called with the context and the event
@event('init')
def setup(ctx, e):
start_offline_tweets('sports1.txt', event_name="tweet", time_factor=0.01)
start_offline_tweets('sports1.txt', event_name="tweet", time_factor=0.1)
ctx.count = 0
# fire('sample', {'previous': 0.0})