Update 'shell.py'

This commit is contained in:
JaydenMW 2021-02-14 03:36:49 +01:00
parent e8a6804561
commit de21e038fb
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ def main():
pclish_shtdwnsubsys() pclish_shtdwnsubsys()
elif inp == "system": elif inp == "system":
pclish_system() pclish_system()
elif inp = "echo": elif inp == "echo":
pclish_echo() pclish_echo()
else: else:
execute_command(inp) execute_command(inp)