From d6996ddc9af4f5b2fcce1e9cd29dab2e2c4dee3f Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto <65907137+SatoshiNakamotoBitcoin@users.noreply.github.com> Date: Fri, 7 Apr 2023 02:12:41 +0200 Subject: [PATCH] =?UTF-8?q?Update=20PyBL=C3=98CK=20Widget.scriptable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PyBLØCK Widget.scriptable | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PyBLØCK Widget.scriptable b/PyBLØCK Widget.scriptable index 29b42a4..5b2d070 100644 --- a/PyBLØCK Widget.scriptable +++ b/PyBLØCK Widget.scriptable @@ -64,7 +64,7 @@ async function createWidget() // Add widget heading let sns = new Request('https://raw.githubusercontent.com/curly60e/pyblock/master/pybitblock/resources/images/Logo.PNG'); -let pyp = await sns.loadImage(); + let pyp = await sns.loadImage(); let tt = listwidget.addImage(pyp).centerAlignImage() @@ -79,7 +79,7 @@ let pyp = await sns.loadImage(); let wdgDesc = listwidget.addText("🟥 🟨 🟩"); // Add widget heading - let mem = listwidget.addText(fast + " " + halfHour + " " + hour); + let mem = listwidget.addText(fast + " " + halfHour + " " + hour); wdgDesc.centerAlignText(); mem.centerAlignText(); @@ -123,4 +123,4 @@ let pyp = await sns.loadImage(); // Return the created widget return listwidget; -} \ No newline at end of file +}