my friends,
I write a simple loop python script service , like
import time a = 0 while 1: a +=1 print(a) time.sleep(1)
and I