From 8a9fe54f6d01daa92fb90277c6290365caf3fb8e Mon Sep 17 00:00:00 2001 From: norohind <60548839+norohind@users.noreply.github.com> Date: Sun, 3 Apr 2022 23:39:47 +0300 Subject: [PATCH] utils: remove time between requests logging, clean up imports --- utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils.py b/utils.py index b1fdce9..03fb2d2 100644 --- a/utils.py +++ b/utils.py @@ -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