Skip to content

Commit

Permalink
Add queues_to_ignore to parser config
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Jun 10, 2021
1 parent b67ee91 commit b834d86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/webqueue2api/parser/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
@dataclass
class Configuraton:
queue_directory: str
queues_to_ignore = list

config = Configuraton(
queue_directory = "/home/pier/e/queue/Mail"
queue_directory = "/home/pier/e/queue/Mail",
queues_to_ignore = ["archives", "drafts", "inbox", "coral"]
)

0 comments on commit b834d86

Please sign in to comment.