forked from p15670423/monkey
Agent: Remove comment from HTTPIslandAPIClient
This commit is contained in:
parent
365376a190
commit
393bec29e7
|
@ -38,8 +38,6 @@ class HTTPIslandAPIClient(IIslandAPIClient):
|
||||||
timeout=MEDIUM_REQUEST_TIMEOUT,
|
timeout=MEDIUM_REQUEST_TIMEOUT,
|
||||||
)
|
)
|
||||||
|
|
||||||
# TODO: set server address as object property when init is called in find_server and pass
|
|
||||||
# object around? won't need to pass island server and create object in every function
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
@handle_island_errors
|
@handle_island_errors
|
||||||
def send_log(server_address: str, data: str):
|
def send_log(server_address: str, data: str):
|
||||||
|
|
Loading…
Reference in New Issue