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. '''