Removed sudo from render command
This commit is contained in:
1
app.py
1
app.py
@@ -665,7 +665,6 @@ def index():
|
|||||||
# Run the bleh command
|
# Run the bleh command
|
||||||
# You can set dither method here if desired
|
# You can set dither method here if desired
|
||||||
result = subprocess.run([
|
result = subprocess.run([
|
||||||
"sudo",
|
|
||||||
"./bleh",
|
"./bleh",
|
||||||
"-mode", "1bpp",
|
"-mode", "1bpp",
|
||||||
"-intensity", "100",
|
"-intensity", "100",
|
||||||
|
|||||||
Reference in New Issue
Block a user