diff --git a/speedtester.py b/speedtester.py index b7b63a2..d946053 100644 --- a/speedtester.py +++ b/speedtester.py @@ -207,9 +207,12 @@ def ros_dynamic_speed(upload, download): if queue['name'] in config['ros_queues'] or ( "all" in config['ros_queues'] and queue["name"] not in config['ros_queues_except']): if queue['name'] in data_dict['wan_downloads']: + log.info(f"{queue['name']} found in data dict, setting individual limit.") down = data_dict['wan_downloads'][queue['name']] up = data_dict['wan_uploads'][queue['name']] else: + log.info(f"{queue['name']} was not found in data dict, setting total limit.") + log.debug(data_dict) down = download up = upload log.debug(