docs: explain that Manager.run is not usually run
Signed-off-by: thiswillbeyourgithub <github@32mail.33mail.com>
This commit is contained in:
parent
0aa11d9a7f
commit
09af1440ef
1 changed files with 3 additions and 1 deletions
|
@ -498,7 +498,9 @@ class Manager():
|
|||
|
||||
This allows all watch management activities to handle in the
|
||||
normal execution context meaning any exceptions and other problems
|
||||
can be observed interactively via the console.
|
||||
can be observed interactively via the console. This is used by the
|
||||
simulator or for debugging is not normally called. The watch instead
|
||||
calls self.schedule() directly at startup from main.py.
|
||||
"""
|
||||
if self._scheduling:
|
||||
print('Watch already running in the background')
|
||||
|
|
Loading…
Reference in a new issue