This code stopped doing anything at all after I changed something that I no longer remember
#Dash Shell import os import datetime class LocalComputer: pass
It's doing nothing because there's no code to make it do anything. Try inserting a line like
print("You entered:", userinput)
at an appropriate place in your loop.