Skip to content

Commit 5c0391d

Browse files
committed
Merge pull request #312 from kimw/patch-1
remove duplicated line (refer line 221)
2 parents f17da94 + e17279e commit 5c0391d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shadowsocks/shell.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ def get_config(is_local):
221221
config['workers'] = config.get('workers', 1)
222222
config['pid-file'] = config.get('pid-file', '/var/run/shadowsocks.pid')
223223
config['log-file'] = config.get('log-file', '/var/log/shadowsocks.log')
224-
config['workers'] = config.get('workers', 1)
225224
config['verbose'] = config.get('verbose', False)
226225
config['local_address'] = to_str(config.get('local_address', '127.0.0.1'))
227226
config['local_port'] = config.get('local_port', 1080)

0 commit comments

Comments
 (0)