change time value to 0.1

This commit is contained in:
youri.apell@gmail.com
2022-11-01 15:08:30 +01:00
parent 1d5b717637
commit fbbb6c6c7a

View File

@@ -12,7 +12,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})