Skip to content

Commit

Permalink
remove duplicated line (refer line 221)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimw committed Mar 13, 2015
1 parent f17da94 commit e17279e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shadowsocks/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e17279e

Please sign in to comment.