Fix formatting

This commit is contained in:
cazagen 2019-04-21 20:51:43 +01:00
parent ba24d01179
commit 0a8b6863a6
Signed by: cazagen
GPG Key ID: C326FEEE25FF7915

View File

@ -35,7 +35,7 @@ def on_message(client, userdata, msg):
if msg.topic == 'display/nec/image':
logging.debug('image message received')
logging.debug('Image url is: ', lastmsg)
logging.debug('Image url is: {}'.format(lastmsg))
send_jiffy(client, lastmsg)