Remove cruft
This commit is contained in:
parent
770d9ee5d2
commit
dd5aff866e
@ -644,12 +644,8 @@ Here are the usage instructions:
|
||||
import subprocess
|
||||
|
||||
import cog
|
||||
# result
|
||||
result=subprocess.run(["./quickemu", "--help"], capture_output=True, text=True)
|
||||
help=result.stdout
|
||||
#debug=result.stderr
|
||||
#print("stdout:", result.stdout)
|
||||
#print("stderr:", result.stderr)
|
||||
cog.out(f"```\n\n{help}\n\n```\n\n")
|
||||
]]] -->
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user