From 6610d346b352919c08533d7f23aa89528e0a41d9 Mon Sep 17 00:00:00 2001 From: scx1332 Date: Fri, 13 Oct 2023 12:10:59 +0200 Subject: [PATCH] f --- goth/runner/probe/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/goth/runner/probe/__init__.py b/goth/runner/probe/__init__.py index 4bcae7b7..44a4e143 100644 --- a/goth/runner/probe/__init__.py +++ b/goth/runner/probe/__init__.py @@ -136,8 +136,9 @@ def __init__( self._logger.info("Setting private key 3...") private_key = "50c8b3fc81e908501c8cd0a60911633acaca1a567d1be8e769c5ae7007b34b23" else: - self._logger.error("Private key not found for address: {}" - .format(config.payment_id.key.address)) + self._logger.error( + "Private key not found for address: {}".format(config.payment_id.key.address) + ) if private_key: config.environment["YAGNA_AUTOCONF_ID_SECRET"] = private_key