diff --git a/data_channel/gamelog_external.py b/data_channel/gamelog_external.py index 34b0320..77636c7 100644 --- a/data_channel/gamelog_external.py +++ b/data_channel/gamelog_external.py @@ -49,7 +49,7 @@ class Build_Gamelog_Config(): except Exception: log.error(f"build context failed with {line}.", exc_info=True) with open(self.filename, 'w') as f: - f.write(f"{start}+'\n'+{content}+'\n'+{end}") + f.write(f"{start}\n{content}\n{end}") def deploy_config(self): ip_addr = self.get_ip_addr()