From 74b8dbba68d06976e837c70c797d29643c57fe4d Mon Sep 17 00:00:00 2001 From: Jacob Daniel Bennett Date: Thu, 27 Aug 2020 14:08:44 -0400 Subject: [PATCH] Enhancement-Universal-File-Location --- api/ECNQueue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]