Skip to content

Commit

Permalink
Merge pull request #1832 from CounterpartyXCP/telemetry-daemon-refed-…
Browse files Browse the repository at this point in the history
…before-assignment

initialize telemetry_daemon to None
  • Loading branch information
ouziel-slama authored May 30, 2024
2 parents a17af25 + 8f7fee3 commit d83cab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions counterparty-core/counterpartycore/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ def connect_to_backend():


def initialize_telemetry():
telemetry_daemon = None
if not config.NO_TELEMETRY:
logger.info("Telemetry enabled.")
telemetry_daemon = TelemetryDaemon(
Expand Down

0 comments on commit d83cab8

Please sign in to comment.