From ca7f3ed4a6e25b3798c60b6632ca94fe2e61d736 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Wed, 23 Dec 2020 12:38:44 +0100 Subject: [PATCH] bundles/octoprint: fix typo in check_octoprint_update --- bundles/octoprint/files/check_octoprint_update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/octoprint/files/check_octoprint_update b/bundles/octoprint/files/check_octoprint_update index 60f9274..50b6c7d 100644 --- a/bundles/octoprint/files/check_octoprint_update +++ b/bundles/octoprint/files/check_octoprint_update @@ -16,7 +16,7 @@ updates = set() for identifier, info in json['information'].items(): if info['updateAvailable']: updates.add('{} ({} → {})'.format( - info['displayName'] + info['displayName'], info['information']['local']['value'], info['information']['remote']['value'], ))