mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 02:49:21 +02:00
Fix socket bug
This commit is contained in:
parent
6262a4cf39
commit
352a895d8d
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ class EPPLibWrapper:
|
||||||
credentials are valid, and/or if the Registrar
|
credentials are valid, and/or if the Registrar
|
||||||
can be contacted
|
can be contacted
|
||||||
"""
|
"""
|
||||||
socket = Socket(self._login, self._client)
|
socket = Socket(self._client, self._login)
|
||||||
can_login = False
|
can_login = False
|
||||||
# Something went wrong if this doesn't exist
|
# Something went wrong if this doesn't exist
|
||||||
if hasattr(socket, "test_connection_success"):
|
if hasattr(socket, "test_connection_success"):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue