Skip to content

Commit

Permalink
Fix share link 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed Dec 8, 2018
1 parent 11f3142 commit 34738f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def read_json(self):
del self.config

def parse_group(self, part_json, group_index, local_ip):
dyp, quic, end_port, header, tfo, tls, path, host, conf_ip = Dyport(), None, None, None, None, "", "", "", local_ip
dyp, quic, end_port, tfo, header, tls, path, host, conf_ip = Dyport(), None, None, None, "", "", "", "", local_ip

protocol = part_json["protocol"]

Expand Down
2 changes: 1 addition & 1 deletion v2ray
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

SHELL_V2RAY="v2.5.2"
SHELL_V2RAY="v2.5.3"

#######color code########
RED="31m" # Error message
Expand Down

0 comments on commit 34738f1

Please sign in to comment.