removed comment
This commit is contained in:
parent
b08f5cf249
commit
17d6c9c914
@ -6,7 +6,6 @@ whoami = subprocess.getoutput(["whoami"])
|
|||||||
with open(f'/home/{whoami}/ze_runner/config.json') as jsonfile:
|
with open(f'/home/{whoami}/ze_runner/config.json') as jsonfile:
|
||||||
data_ports = json.load(jsonfile)
|
data_ports = json.load(jsonfile)
|
||||||
|
|
||||||
#enter screen to enter password
|
|
||||||
def main():
|
def main():
|
||||||
with Display() as disp:
|
with Display() as disp:
|
||||||
d = subprocess.getoutput(["echo $DISPLAY"])
|
d = subprocess.getoutput(["echo $DISPLAY"])
|
||||||
|
Loading…
Reference in New Issue
Block a user