From 610bc867b3b126481ae54da79b87069dd7ae7add Mon Sep 17 00:00:00 2001 From: benne238 Date: Tue, 12 Jan 2021 15:23:52 -0500 Subject: [PATCH] removal of queueDirectory testing code --- api/ECNQueue.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/ECNQueue.py b/api/ECNQueue.py index 28bf904..b0e1fd6 100644 --- a/api/ECNQueue.py +++ b/api/ECNQueue.py @@ -50,8 +50,7 @@ currentFilePath = __file__ currentFileDirectory = os.path.dirname(currentFilePath) currentFileDirectoryParent = os.path.dirname(currentFileDirectory) -#queueDirectory = os.path.join(currentFileDirectoryParent, "q-snapshot") -queueDirectory = "/home/pier/e/benne238/personalQueues" +queueDirectory = os.path.join(currentFileDirectoryParent, "q-snapshot") # Queues to not load in getQueues() queuesToIgnore = ["archives", "drafts", "inbox", "coral"]