Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vinibiavatti1 committed Jan 5, 2023
1 parent ab0aa03 commit 8a0a6ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/models/data_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def _register_default_connections(self) -> None:
"""
Register default connections to connection list
"""
self._connections.append(
self._connections.extend([
ConnectionModel(
'EU Server',
'89.38.98.12:24711'
Expand All @@ -133,4 +133,4 @@ def _register_default_connections(self) -> None:
'US Server',
'67.199.173.146:24711'
)
)
])

0 comments on commit 8a0a6ca

Please sign in to comment.