utils: remove time between requests logging, clean up imports

This commit is contained in:
norohind 2022-04-03 23:39:47 +03:00
parent b883f0d367
commit 8a9fe54f6d
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -3,7 +3,6 @@ import os
import time
import enum
import falcon
import requests
import config
from EDMCLogging import get_main_logger
@ -18,7 +17,7 @@ if config.time_between_requests is not None:
except TypeError: # env doesn't contain a float
pass
logger.debug(f'TIME_BETWEEN_REQUESTS = {TIME_BETWEEN_REQUESTS} {type(TIME_BETWEEN_REQUESTS)}')
# logger.debug(f'TIME_BETWEEN_REQUESTS = {TIME_BETWEEN_REQUESTS} {type(TIME_BETWEEN_REQUESTS)}')
# proxy: last request time
# ssh -C2 -T -n -N -D 2081 <a server>