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 e32a0f1 commit 06e32eaCopy full SHA for 06e32ea
1 file changed
software/config.py
@@ -79,6 +79,7 @@ def get(self, setting):
79
print(str(e))
80
81
if self.default[setting] != None:
82
+ self.config[setting] = self.default[setting]
83
return self.default[setting]
84
85
return ""
0 commit comments