remove duplicated line (refer line 221)
This commit is contained in:
parent
f17da943b3
commit
e17279e5bf
1 changed files with 0 additions and 1 deletions
|
@ -221,7 +221,6 @@ def get_config(is_local):
|
|||
config['workers'] = config.get('workers', 1)
|
||||
config['pid-file'] = config.get('pid-file', '/var/run/shadowsocks.pid')
|
||||
config['log-file'] = config.get('log-file', '/var/log/shadowsocks.log')
|
||||
config['workers'] = config.get('workers', 1)
|
||||
config['verbose'] = config.get('verbose', False)
|
||||
config['local_address'] = to_str(config.get('local_address', '127.0.0.1'))
|
||||
config['local_port'] = config.get('local_port', 1080)
|
||||
|
|
Loading…
Reference in a new issue