Fix typo in main logging
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
a99d9795b3
commit
607d48b524
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -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))
|
||||
|
|
Reference in a new issue