removed comment

This commit is contained in:
jenz 2022-03-27 12:34:21 +02:00
parent 7c626fbdf8
commit effa6a863a

View File

@ -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"])