Skip to content

Commit

Permalink
fix ss
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed Oct 9, 2018
1 parent 2f63b43 commit 443a42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_modify/ss.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_password(self):

if group == None:
exit(-1)
elif type(group.node_list[0]) == SS:
elif type(group.node_list[0]) != SS:
print("\n当前选择组不是Shadowsocks协议!\n")
exit(-1)
else:
Expand Down

0 comments on commit 443a42f

Please sign in to comment.