Skip to content

Commit

Permalink
remove duplicate code from shell.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lazybios committed Mar 1, 2015
1 parent 4172639 commit d3831be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shadowsocks/shell.py
Expand Up @@ -157,7 +157,6 @@ def get_config(is_local):
else:
config = {}

optlist, args = getopt.getopt(sys.argv[1:], shortopts, longopts)
v_count = 0
for key, value in optlist:
if key == '-p':
Expand Down

0 comments on commit d3831be

Please sign in to comment.