mirror of
https://github.com/AsahiLinux/m1n1
synced 2025-02-16 21:58:27 +00:00
proxy.py: Fix typo
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
5fdeb1c3e3
commit
63366e43d2
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ class UartInterface:
|
|||
except:
|
||||
# Over USB, reboots cause a reconnect
|
||||
self.dev.close()
|
||||
print("Waiting fo reconnection... ", end="")
|
||||
print("Waiting for reconnection... ", end="")
|
||||
sys.stdout.flush()
|
||||
for i in range(100):
|
||||
print(".", end="")
|
||||
|
|
Loading…
Add table
Reference in a new issue