Update SImple_Terminal.py
This commit is contained in:
parent
3c7e161f93
commit
02d7caf6a2
1 changed files with 1 additions and 1 deletions
|
|
@ -53,5 +53,5 @@ term.write("Terminal %dx%d:\r\n" % (COLS, ROWS))
|
|||
term.write(" %dx%d pixels.\r\n" % (COLS * w, ROWS * h))
|
||||
term.write("Both carriage return and line feed \r\n are required.\r\n")
|
||||
|
||||
while(True):
|
||||
while True:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Reference in a new issue