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()