Closed ddemidov closed 9 years ago
d.command = 'run-forever'
is nicer than
d.set_command('run_forever')
Also, something like this is possible:
(d.speed_sp, d.time_sp, d.command) = (900, 5000, 'run-timed')
is nicer than
Also, something like this is possible: