Changed time_factor to 0.5, changed the stored tweets to 1000, changed the displayed tweets to 100

This commit is contained in:
2022-11-04 13:40:06 +01:00
parent a5d809eacc
commit bdc587901b
5 changed files with 6 additions and 6 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.1)
start_offline_tweets('sports1.txt', event_name="tweet", time_factor=0.5)
ctx.count = 0
# fire('sample', {'previous': 0.0})