python-damaris/tests/res_test.py
Markus Rosenstihl 8991e61600 DAMARIS can now run scripts immediatly upon startup.
This is the first step towards a simple queing implementation.
2018-03-16 17:03:44 +01:00

4 lines
96 B
Python

def result():
for num,ts in enumerate(results):
data["ts %i"%num] = ts
print ts