Skip to content

Commit

Permalink
fix: connect_node error
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintShit committed Feb 17, 2024
1 parent 58fe48d commit 0f22965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/xray/operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def _change_node_status(node_id: int, status: NodeStatus, message: str = None, v


global _connecting_nodes
_connecting_nodes = []
_connecting_nodes = {}


@threaded_function
Expand Down

0 comments on commit 0f22965

Please sign in to comment.