Remove cruft

This commit is contained in:
Phil Clifford 2022-07-25 13:24:27 +01:00
parent 770d9ee5d2
commit dd5aff866e

View File

@ -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")
]]] -->
```