summaryrefslogtreecommitdiff
path: root/src/sliceitoff/settings
diff options
context:
space:
mode:
authorViljami Ilola <+@hix.fi>2024-04-27 16:03:08 +0300
committerViljami Ilola <+@hix.fi>2024-04-27 16:03:08 +0300
commitd64c6b122eacd7b33bbda3a62093b492c786b1f9 (patch)
tree8145f0baae4fa822281ea8f8c05381abc747fee8 /src/sliceitoff/settings
parentd73fe4bb20e544443476ebb4c9fc593fa0a8ad4a (diff)
refactor menus
Diffstat (limited to 'src/sliceitoff/settings')
-rw-r--r--src/sliceitoff/settings/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sliceitoff/settings/settings.py b/src/sliceitoff/settings/settings.py
index 2d4b28f..48b754c 100644
--- a/src/sliceitoff/settings/settings.py
+++ b/src/sliceitoff/settings/settings.py
@@ -7,7 +7,7 @@ TEST_CONFIG_FILE = os.getenv("TEST_CONFIG_FILE")
class Settings:
""" Handles loading and saving settings from config file"""
- def __init__(self, filename = None):
+ def __init__(self):
self.settings=[]
if TEST_CONFIG_FILE:
self.config_filename = Path(TEST_CONFIG_FILE)