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