notebook.community
Edit and run
Sign Run
Runs scripts
In [4]: import os import time
import os import time
In [ ]: while 1 == 1: os.system('python /home/wcmckee/github/signinlca/haltusers.py') time.sleep(60)
while 1 == 1: os.system('python /home/wcmckee/github/signinlca/haltusers.py') time.sleep(60)
In [ ]: