Skip to content

Commit

Permalink
Black Code Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 19, 2022
1 parent 9a5d616 commit 740244f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ljinux_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))),
}

Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 740244f

Please sign in to comment.