From 3db50121450147863f8418036e9002ff8ef94ac8 Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Fri, 21 Feb 2020 13:17:49 +0100 Subject: [PATCH] Updates Watcher docs --- pisa/watcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pisa/watcher.py b/pisa/watcher.py index 2efca07..81163b4 100644 --- a/pisa/watcher.py +++ b/pisa/watcher.py @@ -51,7 +51,7 @@ class Watcher: config (:obj:`dict`): a dictionary containing all the configuration parameters. Used locally to retrieve ``MAX_APPOINTMENTS`` and ``EXPIRY_DELTA``. db_manager (:obj:`DBManager `): 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: ValueError: if `pisa_sk_file` is not found.