Merge pull request #6 from shadowsocks/master

merge
This commit is contained in:
MRunFoss 2015-03-12 13:49:49 +08:00
commit b482a9720d

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':