Skip to content

Commit

Permalink
修复#11 所提到的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed Oct 16, 2017
1 parent eba3e87 commit 40fbfcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions changestream.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ def is_number(s):
elif(newstreamnetwork=="4"):
writejson.WriteStreamNetwork("mkcp","none")
elif(newstreamnetwork=="5"):
writejson.WriteStreamNetwork("mkcp","kcp utp")
elif(newstreamnetwork=="6"):
writejson.WriteStreamNetwork("mkcp","kcp srtp")
elif(newstreamnetwork=="6"):
writejson.WriteStreamNetwork("mkcp","kcp utp")
elif(newstreamnetwork=="7"):
writejson.WriteStreamNetwork("mkcp","kcp wechat-video")
else:
print("请输入有效数字!")
exit
exit

0 comments on commit 40fbfcb

Please sign in to comment.