def write(self, content, config_file): with open(config_file, "w+") as conffile: conffile.write(json.dumps(content))