From 9cccfca70a47026037af9a10305c78b7408659ce Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 22 Jul 2021 16:35:32 +0100 Subject: [PATCH] Need to remove merge marks --- config.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/config.py b/config.py index 4d411d7..afe383b 100755 --- a/config.py +++ b/config.py @@ -316,10 +316,7 @@ def build_config(_config_file): 'MODE': config.get(section, 'MODE'), 'ENABLED': config.getboolean(section, 'ENABLED'), 'NETWORK_ID': config.getint(section, 'NETWORK_ID').to_bytes(4, 'big'), -<<<<<<< HEAD -======= #'OVERRIDE_SERVER_ID': config.getint(section, 'OVERRIDE_SERVER_ID').to_bytes(4, 'big'), ->>>>>>> hrt 'IP': config.get(section, 'IP'), 'PORT': config.getint(section, 'PORT'), 'PASSPHRASE': bytes(config.get(section, 'PASSPHRASE').ljust(20,'\x00')[:20], 'utf-8'),