diff --git a/api/ECNQueue.py b/api/ECNQueue.py index 0c431a3..6402bb4 100644 --- a/api/ECNQueue.py +++ b/api/ECNQueue.py @@ -14,7 +14,7 @@ #------------------------------------------------------------------------------# # The directory where queue items are -queueDirectory = "/Users/justincampbell/GitHub/ecn-queue/webqueue/q-snapshot" +queueDirectory = os.path.join(os.path.dirname(os.getcwd()), "q-snapshot") # Queues to not load in getQueues() queuesToIgnore = ["archives", "drafts", "inbox"]