Agent: Fix del_key() import in relay_user_handler.py

This commit is contained in:
Mike Salvatore 2022-09-06 14:42:53 -04:00
parent 017aabe8f7
commit 17356ca079
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from typing import Dict
from egg_timer import EggTimer
from common.common_consts.timeouts import MEDIUM_REQUEST_TIMEOUT
from monkey.common.utils.code_utils import del_key
from common.utils.code_utils import del_key
# Wait for potential new clients to connect
DEFAULT_NEW_CLIENT_TIMEOUT = 2.5 * MEDIUM_REQUEST_TIMEOUT