mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-02-19 13:34:31 +01:00
Adds missing line break in docs
This commit is contained in:
@@ -172,6 +172,7 @@ class DBManager:
|
|||||||
def load_watcher_appointments(self, include_triggered=False):
|
def load_watcher_appointments(self, include_triggered=False):
|
||||||
"""
|
"""
|
||||||
Loads all the appointments from the database (all entries with the ``WATCHER_PREFIX`` prefix).
|
Loads all the appointments from the database (all entries with the ``WATCHER_PREFIX`` prefix).
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
include_triggered (:obj:`bool`): Whether to include the appointments flagged as triggered or not. ``False``
|
include_triggered (:obj:`bool`): Whether to include the appointments flagged as triggered or not. ``False``
|
||||||
by default.
|
by default.
|
||||||
|
|||||||
Reference in New Issue
Block a user