From 740244f9cc72ef7529c26d10077e0eb8b56a23d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Apr 2022 12:52:47 +0000 Subject: [PATCH] Black Code Formatting --- ljinux_source.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ljinux_source.py b/ljinux_source.py index 5f2e623f..ff134418 100644 --- a/ljinux_source.py +++ b/ljinux_source.py @@ -809,7 +809,7 @@ class based: "HOSTNAME": "pico", "TERM": "xterm-256color", "LANG": "en_GB.UTF-8", - "BOARD": board.board_id.replace("_"," "), + "BOARD": board.board_id.replace("_", " "), "IMPLEMENTATION": ".".join(map(str, list(implementation.version))), } @@ -874,7 +874,7 @@ def autorun(): + "\n\n", end="", ) - time.sleep(.6) # it's iconic staying here for a bit + time.sleep(0.6) # it's iconic staying here for a bit try: systemprints(2, "Mount /LjinuxRoot") ljinux.io.start_sdcard()