From 52f867d30e0e0bfdc223ee3fd57c98102b668467 Mon Sep 17 00:00:00 2001 From: Dawsh Date: Sat, 10 Aug 2024 10:47:11 +0330 Subject: [PATCH] fix(xray): fix typo --- v2share/xray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2share/xray.py b/v2share/xray.py index de09dd7..9c66cc6 100644 --- a/v2share/xray.py +++ b/v2share/xray.py @@ -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"], }, }