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.
1 parent 78d8cce commit 872729aCopy full SHA for 872729a
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
@@ -60,7 +60,7 @@ def __init__(
60
)
61
# This is needed for the case when the PV doesn't exist before it has been added
62
# ie. if a gateway has not yet been configured.
63
- # None means no timeout - it will eventually connect.
+ # None means no timeout - it will eventually connect.
64
self._pv.timeout = None
65
# Subscribe with "data_type='time'" to get timestamp and alarm fields
66
sub = self._pv.subscribe(data_type="time")
0 commit comments