diff --git a/AutismBotIngame/python/pyhoca_display.py b/AutismBotIngame/python/pyhoca_display.py index 647cff36..4ff2f473 100644 --- a/AutismBotIngame/python/pyhoca_display.py +++ b/AutismBotIngame/python/pyhoca_display.py @@ -6,7 +6,6 @@ whoami = subprocess.getoutput(["whoami"]) with open(f'/home/{whoami}/ze_runner/config.json') as jsonfile: data_ports = json.load(jsonfile) -#enter screen to enter password def main(): with Display() as disp: d = subprocess.getoutput(["echo $DISPLAY"])