Skip to content

Commit

Permalink
removal of queueDirectory testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
benne238 committed Jan 12, 2021
1 parent 30d9cfe commit 610bc86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/ECNQueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 610bc86

Please sign in to comment.