@@ -96,6 +82,8 @@
+=======
+>>>>>>> 552191335378d5d4fcc19eee637d115ec515d385
diff --git a/dashboard.py b/dashboard.py index 5574203..5d7e0d0 100644 --- a/dashboard.py +++ b/dashboard.py @@ -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 diff --git a/dashboard_static/index.html b/dashboard_static/index.html index 68a75a8..f9b2b58 100644 --- a/dashboard_static/index.html +++ b/dashboard_static/index.html @@ -57,32 +57,18 @@