update prompt

This commit is contained in:
Grey_D
2023-03-12 09:18:38 -07:00
parent 5154844439
commit 9d53f7d479
3 changed files with 279 additions and 4 deletions

View File

@@ -29,6 +29,5 @@ def execute_cmd(cmd:str) -> str:
return output
except Exception as e:
print("log: Error in executing the command:", cmd)
print("Error in executing the command:", e)
return None