Skip to content

Commit

Permalink
fix(xray): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
khodedawsh committed Aug 10, 2024
1 parent 5612962 commit 52f867d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2share/xray.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def render(self, sort: bool = True, shuffle: bool = False):
complete_config = {
**json_template,
**{
"remorks": data.remark,
"remarks": data.remark,
"outbounds": outbounds + json_template["outbounds"],
},
}
Expand Down

0 comments on commit 52f867d

Please sign in to comment.