Update main.py

This commit is contained in:
archnotwindows 2022-07-23 16:08:30 +02:00 committed by GitHub
parent 6334ffd80f
commit 78916b7819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -64,10 +64,8 @@ def smetti():
b = open("executable.sh", "w")
b.write("#! /bin/bash\n")
b.write("xhost +local:root\n")
b.write("export DISPLAY=:0.0\n")
b.write("/home/poweroffer/executable.py")
b.write("#!/bin/bash\n")
b.write("/home/lorenzo/Scrivania/poweroffer/executable.py")
b.close()