We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f17da94 + e17279e commit 5c0391dCopy full SHA for 5c0391d
shadowsocks/shell.py
@@ -221,7 +221,6 @@ def get_config(is_local):
221
config['workers'] = config.get('workers', 1)
222
config['pid-file'] = config.get('pid-file', '/var/run/shadowsocks.pid')
223
config['log-file'] = config.get('log-file', '/var/log/shadowsocks.log')
224
- config['workers'] = config.get('workers', 1)
225
config['verbose'] = config.get('verbose', False)
226
config['local_address'] = to_str(config.get('local_address', '127.0.0.1'))
227
config['local_port'] = config.get('local_port', 1080)
0 commit comments