diff --git a/api/ECNQueue.py b/api/ECNQueue.py index 48fab26..c304c86 100644 --- a/api/ECNQueue.py +++ b/api/ECNQueue.py @@ -1349,8 +1349,4 @@ def loadQueues() -> list: for queue in getValidQueues(): queues.append(Queue(queue)) - return queues - -if __name__ == "__main__": - getQueueCounts() - print() \ No newline at end of file + return queues \ No newline at end of file