Update shell.py

This commit is contained in:
JaydenMW 2021-02-20 21:25:05 +00:00
parent eddd82f323
commit 46c21af099
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ def pclish_cd(path):
def pclish_echo(TXT):
try:
print(TXT)
exception Exception:
except Exception:
print("You need to provide arguments")
def pclish_oscmd(ARGS):