-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
Insert the documentation link:
https://www.luos.io/docs/tools/api-json#custom-parameters-and-specific-messages
Describe the issue or the suggestion:
The following snippet is wrong:
def sendCmd(s, cmd, sleep_time=0.5):
cmd = cmd + '\network'
How would you fix the issue / which content would you add or delete?
def sendCmd(s, cmd, sleep_time=0.5):
cmd = cmd + '\n'
Metadata
Metadata
Labels
Type
Projects
Status
Todo