fixup! Added graph

This commit is contained in:
2022-11-02 15:34:13 +01:00
parent f40221d917
commit b0e0bce688

View File

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