gonzopi

git clone https://git.tarina.org/gonzopi
Log | Files | Refs | README | LICENSE

commit ced35b23b80a012cc8605ea5a5931fd26cd6b769
parent 44dfdf326a26467e5d19017b3275e4bff1014b7d
Author: rbckman <rob@tarina.org>
Date:   Wed, 17 Jul 2024 08:52:30 +0100

stop gui

Diffstat:
Mgonzopi.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/gonzopi.py b/gonzopi.py @@ -5315,4 +5315,5 @@ if __name__ == '__main__': os.system('pkill arecord') os.system('pkill startinterface') os.system('pkill tarinagui') + os.system('sudo pkill -9 -f gonzopi_menu.py') print('Unexpected error : ', sys.exc_info()[0], sys.exc_info()[1])