From 17d6c9c91496258beb9537c3a02ced1fbc219aa8 Mon Sep 17 00:00:00 2001 From: jenz Date: Sun, 27 Mar 2022 12:34:21 +0200 Subject: [PATCH] removed comment --- AutismBotIngame/python/pyhoca_display.py | 1 - 1 file changed, 1 deletion(-) 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"])