We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c8bee commit 8c4edb2Copy full SHA for 8c4edb2
config_manager.py
@@ -1,3 +1,4 @@
1
+# config_manager.py
2
import os
3
import json
4
import logging
@@ -71,3 +72,4 @@ def load_settings(self):
71
72
def save_settings(self, settings):
73
with open(self.settings_file, 'w') as f:
74
json.dump(settings, f, indent=4)
75
+
0 commit comments