Spotter-VM/sahana/lxc/srv/web2py/run_scheduler.py
2018-09-13 14:26:27 +02:00

7 lines
176 B
Python

#!/usr/bin/env python
from gluon.shell import run
if __name__ == '__main__':
run('eden', True, True, None, False, 'from gluon import current; current._scheduler.loop()')