docs: explain that Manager.run is not usually run

Signed-off-by: thiswillbeyourgithub <github@32mail.33mail.com>
This commit is contained in:
thiswillbeyourgithub 2022-04-14 12:40:42 +02:00 committed by Daniel Thompson
parent 0aa11d9a7f
commit 09af1440ef
1 changed files with 3 additions and 1 deletions

View File

@ -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')