From 96127ff18232c1c967a804c6c1bcdee7cc3ec61f Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Fri, 19 Apr 2024 02:50:31 +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/Settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/share/blackbox/Settings.py b/usr/share/blackbox/Settings.py index 166085c..ddc4714 100644 --- a/usr/share/blackbox/Settings.py +++ b/usr/share/blackbox/Settings.py @@ -5,8 +5,8 @@ import Functions as fn from string import Template base_dir = os.path.dirname(os.path.realpath(__file__)) -# a default configuration file if one doesn't exist is copied over from /usr/share/sofirem/defaults to $HOME/.config -default_file = "%s/defaults/sofirem.yaml" % base_dir +# a default configuration file if one doesn't exist is copied over from /usr/share/blackbox/defaults to $HOME/.config +default_file = "%s/defaults/blackbox.yaml" % base_dir class Settings(object):