Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Oct 13, 2023
1 parent cc64422 commit 6610d34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions goth/runner/probe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6610d34

Please sign in to comment.