fix: reseting conf
This commit is contained in:
parent
3b32470d9c
commit
ed2b860261
@ -50,6 +50,7 @@ class Config:
|
||||
return "\n".join(component.toml_string for component in self.component_list)
|
||||
|
||||
def write(self):
|
||||
print(self.config_file)
|
||||
with self.config_file.open("w", encoding="utf-8") as conf_file:
|
||||
conf_file.write(self.toml_string)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user