Skip to content

Commit

Permalink
Enhancement-Universal-File-Location
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Daniel Bennett committed Aug 27, 2020
1 parent 786c7e0 commit 74b8dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/ECNQueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 74b8dbb

Please sign in to comment.