From 452de87f3582d5090cf8f1aef9c57f77283fbd8d Mon Sep 17 00:00:00 2001 From: Simon Weald Date: Tue, 28 Aug 2018 22:28:49 +0100 Subject: [PATCH] change name of pool management object to be more clear --- utils/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/helpers.py b/utils/helpers.py index ce446ca..1161848 100644 --- a/utils/helpers.py +++ b/utils/helpers.py @@ -3,7 +3,7 @@ Utilities to provide various misc functions. ''' -class ListManager(object): +class UrlPoolManager(object): ''' Object to manage the lifecycle of a pool of URLs. '''