This website works better with JavaScript.
Home
Help
Sign In
basg
/
shadowsocksr
mirror of
https://github.com/shadowsocksr-backup/shadowsocksr.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
13
Wiki
Activity
Browse Source
remove duplicate code from shell.py
tags/2.6.9
lazybios
6 years ago
parent
4172639d48
commit
d3831bef8c
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
shadowsocks/shell.py
+ 0
- 1
shadowsocks/shell.py
View File
@@ -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':
Write
Preview
Loading…
Cancel
Save