From 4f20cfe6c3a27576f5f9be981ea91fc7510888a5 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Fri, 19 Apr 2024 02:44:55 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=20@eshanized=20updated=20the=20reposi?= =?UTF-8?q?tory!!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/share/blackbox/blackbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/blackbox/blackbox.py b/usr/share/blackbox/blackbox.py index d988568..c1c3652 100644 --- a/usr/share/blackbox/blackbox.py +++ b/usr/share/blackbox/blackbox.py @@ -121,7 +121,7 @@ class Main(Gtk.Window): ) if os.path.exists(fn.blackbox_lockfile): - running = fn.check_if_process_running("sofirem") + running = fn.check_if_process_running("blackbox") if running is True: fn.logger.error( "Sofirem lock file found in %s" % fn.sofirem_lockfile