summaryrefslogtreecommitdiff
path: root/src/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.py')
-rw-r--r--src/config.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config.py b/src/config.py
index 12710e1e..1bfad784 100644
--- a/src/config.py
+++ b/src/config.py
@@ -143,9 +143,6 @@ class Config(RawConfigParser):
Our own way to save write the value in the file
Just find the right section, and then find the
right option, and edit it.
-
- TODO: make it write also new values in the file, not just what did already
- exist
"""
if path.exists(self.file_name):
df = open(self.file_name, 'r', encoding='utf-8')