Skip to content

Commit 8c4edb2

Browse files
authored
Update config_manager.py
1 parent 81c8bee commit 8c4edb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config_manager.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# config_manager.py
12
import os
23
import json
34
import logging
@@ -71,3 +72,4 @@ def load_settings(self):
7172
def save_settings(self, settings):
7273
with open(self.settings_file, 'w') as f:
7374
json.dump(settings, f, indent=4)
75+

0 commit comments

Comments
 (0)