Browse Source

Merge pull request #305 from lazybios/patch

remove duplicate code from shell.py
master
clowwindy 10 years ago
parent
commit
f17da943b3
  1. 1
      shadowsocks/shell.py

1
shadowsocks/shell.py

@ -157,7 +157,6 @@ def get_config(is_local):
else: else:
config = {} config = {}
optlist, args = getopt.getopt(sys.argv[1:], shortopts, longopts)
v_count = 0 v_count = 0
for key, value in optlist: for key, value in optlist:
if key == '-p': if key == '-p':

Loading…
Cancel
Save