We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92b94f6 + 872729a commit 71975c1Copy full SHA for 71975c1
forwarder/application_logger.py
@@ -1,7 +1,6 @@
1
import logging
2
from typing import Optional
3
4
-
5
logger_name = "python-forwarder"
6
7
forwarder/update_handlers/ca_update_handler.py
@@ -61,9 +61,9 @@ def __init__(
61
62
# This is needed for the case when the PV doesn't exist before it has been added
63
# ie. if a gateway has not yet been configured.
64
- # None means no timeout - it will eventually connect.
+ # None means no timeout - it will eventually connect.
65
self._pv.timeout = None
66
+
67
# Subscribe with "data_type='time'" to get timestamp and alarm fields
68
sub = self._pv.subscribe(data_type="time")
69
sub.add_callback(self._monitor_callback)
0 commit comments