removed comment

This commit is contained in:
jenz 2022-03-27 12:34:21 +02:00
parent b08f5cf249
commit 17d6c9c914

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