forked from p15670423/monkey
Agent: Change IslandApiClient -> IslandAPIClient
This commit is contained in:
parent
8386a006d0
commit
d217d30b2e
|
@ -1,2 +1,2 @@
|
||||||
from infection_monkey.transport.http import LockedHTTPServer
|
from infection_monkey.transport.http import LockedHTTPServer
|
||||||
from .island_api_client import IslandApiClient
|
from .island_api_client import IslandAPIClient
|
||||||
|
|
|
@ -12,7 +12,7 @@ from infection_monkey.transport.island_api_client_errors import (
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class IslandApiClient:
|
class IslandAPIClient:
|
||||||
"""
|
"""
|
||||||
Represents Island API client
|
Represents Island API client
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue