diff --git a/api/ECNQueue.py b/api/ECNQueue.py index ffc5ac0..bc9c8cd 100644 --- a/api/ECNQueue.py +++ b/api/ECNQueue.py @@ -19,6 +19,10 @@ # Get all queues (and their items) >>> queues = getQueues() +Attributes: + queueDirectory: The directory to load queues from. + queuesToIgnore: Queues that will not be loaded when running getQueues() + Raises: # TODO: Add description(s) of when a ValueError is raised. ValueError: [description]