1
0
Fork 0

Fix typo in main logging

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2021-01-23 10:56:46 +01:00
parent a99d9795b3
commit 607d48b524
No known key found for this signature in database
GPG key ID: FF42D23B580C89F7

View file

@ -91,7 +91,7 @@ def watch_miner(address, state_file, config, disable_notifications, exchange_rat
message_variables=variables)
try:
telegram.send_message(auth_key=config['telegram']['auth_key'], payload=payload)
logger.info('block notification sent to telegram')
logger.info('balance notification sent to telegram')
except HTTPError as err:
logger.error('failed to send notification to telegram')
logger.debug(str(err))