diff options
Diffstat (limited to 'stator')
-rw-r--r-- | stator/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stator/runner.py b/stator/runner.py index a954a2e..cb97f6e 100644 --- a/stator/runner.py +++ b/stator/runner.py @@ -15,7 +15,7 @@ from stator.models import StatorModel class StatorRunner: """ Runs tasks on models that are looking for state changes. - Designed to run for a determinate amount of time, and then exit. + Designed to run either indefinitely, or just for a few seconds. """ def __init__( |