commit b077572d8bbb4c1a97c027014600ec5b307e6dac
parent 0635af4badee039a9fe76f4997745a1f8c620f8b
Author: rob <rob@tarina.org>
Date: Fri, 1 Sep 2023 10:17:56 +0100
why?
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tarina.py b/tarina.py
@@ -4255,7 +4255,7 @@ def stopinterface(camera):
os.system('pkill arecord')
os.system('pkill startinterface')
os.system('pkill tarinagui')
- run_command('sudo systemctl stop apache2')
+ #run_command('sudo systemctl stop apache2')
return camera
def startcamera(lens, fps):