mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
manage stderr
This commit is contained in:
parent
7e019b87b7
commit
f417dee0d0
1 changed files with 2 additions and 0 deletions
2
mccli.py
2
mccli.py
|
|
@ -31,6 +31,8 @@ ADDRESS = ""
|
|||
|
||||
def printerr (str) :
|
||||
sys.stderr.write(str)
|
||||
sys.stderr.write("\n")
|
||||
sys.stderr.flush()
|
||||
|
||||
class MeshCore:
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue