diff --git a/api/ECNQueue.py b/api/ECNQueue.py index 77c688e..668299c 100644 --- a/api/ECNQueue.py +++ b/api/ECNQueue.py @@ -51,7 +51,6 @@ currentFileDirectory = os.path.dirname(currentFilePath) currentFileDirectoryParent = os.path.dirname(currentFileDirectory) queueDirectory = os.path.join(currentFileDirectoryParent, "q-snapshot") -queueDirectory = "/home/pier/e/queue/Mail" # Queues to not load in getQueues() queuesToIgnore = ["archives", "drafts", "inbox", "coral"] @@ -1368,7 +1367,3 @@ def loadQueues() -> list: queues.append(Queue(queue)) return queues - -if __name__ == "__main__": - item = Item("me", 105) - print() \ No newline at end of file