Updates Watcher docs

This commit is contained in:
Sergi Delgado Segura
2020-02-21 13:17:49 +01:00
parent 6ed6d559fb
commit 3db5012145

View File

@@ -51,7 +51,7 @@ class Watcher:
config (:obj:`dict`): a dictionary containing all the configuration parameters. Used locally to retrieve config (:obj:`dict`): a dictionary containing all the configuration parameters. Used locally to retrieve
``MAX_APPOINTMENTS`` and ``EXPIRY_DELTA``. ``MAX_APPOINTMENTS`` and ``EXPIRY_DELTA``.
db_manager (:obj:`DBManager <pisa.db_manager>`): A db manager instance to interact with the database. db_manager (:obj:`DBManager <pisa.db_manager>`): A db manager instance to interact with the database.
signing_key (:mod:`EllipticCurvePrivateKey`): a private key used to sign accepted appointments. signing_key (:mod:`PrivateKey`): a private key used to sign accepted appointments.
Raises: Raises:
ValueError: if `pisa_sk_file` is not found. ValueError: if `pisa_sk_file` is not found.