Skip to content

Commit

Permalink
fix: stupid bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintShit committed Jul 3, 2024
1 parent e228068 commit 987c16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/xray/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def include_db_users(self) -> XRayConfig:

for proxy_type, rows in grouped_data.items():

inbounds = self.inbounds_by_protocol.get('proxy_type')
inbounds = self.inbounds_by_protocol.get(proxy_type)
if not inbounds:
continue

Expand Down

0 comments on commit 987c16d

Please sign in to comment.